diff --git a/twoot.py b/twoot.py index 5b6a788..92a1105 100755 --- a/twoot.py +++ b/twoot.py @@ -278,10 +278,10 @@ def main(argv): cap = int(args['c']) # Remove previous log file - try: - os.remove(twit_account + '.log') - except FileNotFoundError: - pass + # try: + # os.remove(twit_account + '.log') + #except FileNotFoundError: + # pass # Setup logging to file logging.basicConfig(