small clean ups

This commit is contained in:
msk
2022-10-02 15:39:31 -07:00
parent 7f2dfaa3f0
commit ebd49e9c8c
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -151,7 +151,6 @@ async def run(program_args):
return True
else:
print('Tweets were not retrieved cleanly.')
# os.remove(queue_path) # keep backup queue
return False
except:
print('Unhandled error occurred while running catch up in posting phase.')