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.'
|
print 'Interrupted.'
|
||||||
except:
|
except:
|
||||||
print 'Something went wrong.'
|
print 'Something went wrong.'
|
||||||
print '%s: %s' % sys.exc_info()[0:1]
|
print '%s: %s' % sys.exc_info()[0:2]
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
print 'Restarting main menu.'
|
print 'Restarting main menu.'
|
||||||
|
|
Loading…
Reference in New Issue