fix AttributeError in gen.py
This commit is contained in:
parent
ade608562e
commit
c301fd31c5
1 changed files with 1 additions and 1 deletions
2
gen.py
2
gen.py
|
@ -41,7 +41,7 @@ async def main():
|
|||
'Contact io@csdisaster.club for assistance. Full traceback:\n\n'
|
||||
+ traceback.format_exc()
|
||||
)
|
||||
await pl.status_post(toot, visibility='unlisted', cw='Error!')
|
||||
await pl.post(toot, visibility='unlisted', cw='Error!')
|
||||
raise
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue