fix rule adding, (some) random crashing

This commit is contained in:
muskit
2023-01-23 22:37:21 -08:00
parent f4abde0c3b
commit 7bf33bdc4c
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -248,6 +248,7 @@ class TwAPI:
print('done')
except:
print('error occurred trying to create main tweet, falling back to URL-main + reply screencap format')
traceback.print_exc()
text += f"\n{ttweet_url}"
try:
print('posting main tweet...', end='')