Browse Source

Catch final log

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

3
CouchPotato.py

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

Loading…
Cancel
Save