From 756bffdb6228a39a846e418f1c029916f8df2b2a Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 17 Feb 2012 11:55:50 +0100 Subject: [PATCH] Don't show error at all? --- CouchPotato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchPotato.py b/CouchPotato.py index ef7d937a..91288711 100755 --- a/CouchPotato.py +++ b/CouchPotato.py @@ -112,4 +112,4 @@ if __name__ == '__main__': try: l.log.critical(traceback.format_exc()) except: - print traceback.format_exc() + pass