Rettet enda en fjollete feil jeg nettopp gjorde.
This commit is contained in:
parent
924008fc27
commit
28d998f310
|
@ -644,7 +644,7 @@ while True:
|
|||
print 'Interrupted.'
|
||||
except:
|
||||
print 'Something went wrong.'
|
||||
print '%s: %s' % sys.exc_info()[0:1]
|
||||
print '%s: %s' % sys.exc_info()[0:2]
|
||||
else:
|
||||
break
|
||||
print 'Restarting main menu.'
|
||||
|
|
Loading…
Reference in New Issue