mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Fix Caption
This commit is contained in:
parent
a57ab1da79
commit
372e46b710
6
.github/tg.py
vendored
6
.github/tg.py
vendored
@ -9,12 +9,10 @@ data = load(f)
|
||||
TG_CHAT_ID = "-1001537505605"
|
||||
bot = telegram.Bot(TG_TOKEN)
|
||||
|
||||
bot.send_photo(TG_CHAT_ID, open('alpha.png', 'rb'), f'''<b>Libretube {data['sha'][0:7]} // Alpha</b>
|
||||
bot.send_photo(TG_CHAT_ID, open('alpha.png', 'rb'), f'''Libretube {data['sha'][0:7]} // Alpha
|
||||
|
||||
{data['commit']['message']}
|
||||
|
||||
Signed-off-by: {data['commit']['author']['name']} <{data['commit']['author']['email']}>
|
||||
''', telegram.ParseMode.HTML)
|
||||
''')
|
||||
bot.send_document(TG_CHAT_ID, open('app-arm64-v8a-debug.apk', 'rb'))
|
||||
bot.send_document(TG_CHAT_ID, open('app-armeabi-v7a-debug.apk', 'rb'))
|
||||
bot.send_document(TG_CHAT_ID, open('app-x86_64-debug.apk', 'rb'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user