mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Kill API after run
This commit is contained in:
parent
f89da029dd
commit
5258a82d75
1
.github/tg.py
vendored
1
.github/tg.py
vendored
@ -25,6 +25,7 @@ def bot():
|
||||
bot.send_document(TG_POST_ID, open('app-armeabi-v7a-debug.apk', 'rb'))
|
||||
bot.send_document(TG_POST_ID, open('app-x86_64-debug.apk', 'rb'))
|
||||
bot.send_document(TG_POST_ID, open('app-x86-debug.apk', 'rb'))
|
||||
run('pid=$(pgrep bot-api) | kill -9 $pid')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
x
Reference in New Issue
Block a user