gen.py: update contact in error message
This commit is contained in:
parent
e747e3c120
commit
ce6fcbd8b5
2
gen.py
2
gen.py
|
@ -38,7 +38,7 @@ async def main():
|
|||
import traceback
|
||||
toot = (
|
||||
'An error occurred while submitting the generated post. '
|
||||
'Contact io@csdisaster.club for assistance. Full traceback:\n\n'
|
||||
'Contact KayFaraday@freak.university for assistance. Full traceback:\n\n'
|
||||
+ traceback.format_exc()
|
||||
)
|
||||
await pl.post(toot, visibility='unlisted', cw='Error!')
|
||||
|
|
Loading…
Reference in New Issue