|
|
|
@ -300,7 +300,7 @@ class Status:
@@ -300,7 +300,7 @@ class Status:
|
|
|
|
|
try: |
|
|
|
|
net.bulk_buy(buy_commands, self.login_name) |
|
|
|
|
except urllib2.HTTPError as e: |
|
|
|
|
print_display('\x0cFEHLER: Server Error%20s' % str(e)[:20]) |
|
|
|
|
myDisplay.display_screen("Server error",'Server Error: %s' % str(e)) |
|
|
|
|
error_page('FEHLER bei Kommunikation mit Server "%s"' % str(e)) |
|
|
|
|
else: |
|
|
|
|
self.transfers = non_buy_commands |
|
|
|
|