forgotten quote
This commit is contained in:
parent
1203049e60
commit
c898e6b161
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ async def git_notifications_update():
|
||||||
logger.info('updates not found, nothing to do')
|
logger.info('updates not found, nothing to do')
|
||||||
else:
|
else:
|
||||||
os.system(
|
os.system(
|
||||||
f"cat upd_info | termux-notification -i ub4tgupd --title 'ub4tg: update avalaible!' --button1 'Get update' --button1-action 'termux-notification-remove ub4tgupd; cd {cwd}; git pull; termux-toast 'ub4tg updated, now restart it for apply update'")
|
f"cat upd_info | termux-notification -i ub4tgupd --title 'ub4tg: update avalaible!' --button1 'Get update' --button1-action 'termux-notification-remove ub4tgupd'; cd {cwd}; git pull; termux-toast 'ub4tg updated, now restart it for apply update'")
|
||||||
else:
|
else:
|
||||||
os.system(
|
os.system(
|
||||||
"termux-toast '[ub4tg]: failed fetching update, maybe connection error, check console log for more info'")
|
"termux-toast '[ub4tg]: failed fetching update, maybe connection error, check console log for more info'")
|
||||||
|
|
Loading…
Reference in a new issue