Exit script after execution

This commit is contained in:
XelXen 2022-06-18 01:03:19 +05:30 committed by GitHub
parent 18eae5f2d9
commit bfb0bc1726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/tg.py vendored
View File

@ -22,6 +22,7 @@ def bot():
Signed-off-by: {data['commit']['author']['name']}
''', parse_mode=telegram.ParseMode.MARKDOWN)
bot.send_media_group(TG_POST_ID, [telegram.InputMediaDocument(open('app-x86-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-x86_64-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-armeabi-v7a-debug.apk', 'rb')), telegram.InputMediaDocument(open('app-arm64-v8a-debug.apk', 'rb'))])
exit()
if __name__ == '__main__':