From: Florian Schweikert Date: Fri, 30 Sep 2011 17:51:07 +0000 (+0300) Subject: Edited scotty via GitHub X-Git-Url: http://git.maemo.org/git/?p=pywienerlinien;a=commitdiff_plain;h=473c18988447c6d602216ffecf440f782f26d405 Edited scotty via GitHub --- diff --git a/scotty b/scotty index 9a6ecbe..cc242fc 100755 --- a/scotty +++ b/scotty @@ -82,7 +82,7 @@ if parser.state == PageType.RESULT: print 'q. Quit' l = sys.stdin.readline().strip() print - print '~' * 100 + print '~' * 80 if l.isdigit() and int(l) <= len(details): for detail in details[int(l) - 1]: @@ -91,7 +91,7 @@ if parser.state == PageType.RESULT: print '[%s] %s\n%s' % (time, ' -> '.join(detail['station']), '\n'.join(detail['info'])) else: print '\n'.join(detail['info']) - print '-' * 100 + print '-' * 80 print else: print 'Error - unknown page returned.'