Fix Local API Args

This commit is contained in:
XelXen 2022-06-18 00:18:15 +05:30 committed by GitHub
parent 31aea5612e
commit f89da029dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/tg.py vendored
View File

@ -6,7 +6,7 @@ from os import system as run
from time import sleep as wait
def deploy():
run(f'~/bot-api --local --api_id={TG_API_ID} --api_hash={TG_API_HASH}')
run(f'~/bot-api --local --api-id={TG_API_ID} --api-hash={TG_API_HASH}')
def bot():
wait(10)