mirror of https://github.com/coddrago/Heroku
Update _internal.py
parent
5c562b54a9
commit
eb6ce3f64b
|
@ -49,9 +49,7 @@ def restart():
|
||||||
|
|
||||||
if "HIKKA_DO_NOT_RESTART2" in os.environ:
|
if "HIKKA_DO_NOT_RESTART2" in os.environ:
|
||||||
print(
|
print(
|
||||||
"Got in a loop, exiting\nYou probably need to manually remove existing"
|
"HerokuTL version 1.0.2 or higher is required, use `pip install heroku-tl-new -U` for update."
|
||||||
" packages and then restart Heroku. Run `pip uninstall -y telethon"
|
|
||||||
" telethon-mod hikka-tl-new`, then restart Heroku."
|
|
||||||
)
|
)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue