gen.py: update contact in error message

This commit is contained in:
Kay Faraday 2022-02-05 21:42:38 +00:00
parent e747e3c120
commit ce6fcbd8b5
1 changed files with 1 additions and 1 deletions

2
gen.py
View File

@ -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!')