mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Fix Local API Args
This commit is contained in:
parent
31aea5612e
commit
f89da029dd
2
.github/tg.py
vendored
2
.github/tg.py
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user