mirror of
https://github.com/ioistired/pleroma-ebooks.git
synced 2024-11-20 02:14:52 +01:00
fix AttributeError in gen.py
This commit is contained in:
parent
ade608562e
commit
c301fd31c5
2
gen.py
2
gen.py
@ -41,7 +41,7 @@ async def main():
|
|||||||
'Contact io@csdisaster.club for assistance. Full traceback:\n\n'
|
'Contact io@csdisaster.club for assistance. Full traceback:\n\n'
|
||||||
+ traceback.format_exc()
|
+ traceback.format_exc()
|
||||||
)
|
)
|
||||||
await pl.status_post(toot, visibility='unlisted', cw='Error!')
|
await pl.post(toot, visibility='unlisted', cw='Error!')
|
||||||
raise
|
raise
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user