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