Browse Source

Catch final log

pull/84/head
Ruud 13 years ago
parent
commit
456b44e80f
  1. 5
      CouchPotato.py

5
CouchPotato.py

@ -109,4 +109,7 @@ if __name__ == '__main__':
except SystemExit:
raise
except:
l.log.critical(traceback.format_exc())
try:
l.log.critical(traceback.format_exc())
except:
print traceback.format_exc()

Loading…
Cancel
Save