mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 05:40:31 +05:30
Switch to V2 Format
This commit is contained in:
parent
67783fe16f
commit
5c12be9d50
2
.github/tg.py
vendored
2
.github/tg.py
vendored
@ -21,7 +21,7 @@ def bot():
|
||||
|
||||
Signed-off-by: {data['commit']['author']['name']}
|
||||
[inline URL](http://www.example.com/)
|
||||
''', parse_mode=telegram.ParseMode.MARKDOWN)
|
||||
''', parse_mode=telegram.ParseMode.MARKDOWNV2)
|
||||
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'))])
|
||||
system('killall -9 python')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user