Update _internal.py

pull/136/head
Who? 2025-05-11 13:37:18 +07:00 committed by GitHub
parent 5c562b54a9
commit eb6ce3f64b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -49,9 +49,7 @@ def restart():
if "HIKKA_DO_NOT_RESTART2" in os.environ:
print(
"Got in a loop, exiting\nYou probably need to manually remove existing"
" packages and then restart Heroku. Run `pip uninstall -y telethon"
" telethon-mod hikka-tl-new`, then restart Heroku."
"HerokuTL version 1.0.2 or higher is required, use `pip install heroku-tl-new -U` for update."
)
sys.exit(0)