forked from rDrama/rDrama
1
0
Fork 0

fix last commit

master
Aevann 2024-02-07 05:35:16 +02:00
parent d2532456e1
commit 7084ad1f66
1 changed files with 4 additions and 1 deletions

View File

@ -1095,6 +1095,9 @@ def retrofix(v):
for c in comments:
print(c.id, flush=True)
edit_comment(c.id, body=c.body)
try: edit_comment(c.id, body=c.body)
except Exception as e:
print(e, flush=True)
continue
return 'nig'