&& and || not working here
This commit is contained in:
parent
6cffcf3f11
commit
4870c9852d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async def git_notifications_update():
|
|||
else:
|
||||
commits = shlex.quote(commits)
|
||||
os.system(
|
||||
f"termux-notification -i ub4tgupd --title 'ub4tg: update avalaible!' --content 'For apply tap button Get update and restart bot\nChanges:\n{commits}' --button1 'Get update' --button1-action 'termux-notification-remove ub4tgupd; cd {cwd}; git pull && termux-toast 'ub4tg updated, now restart it for apply update' || termux-toast 'ub4tg update failed'")
|
||||
f"termux-notification -i ub4tgupd --title 'ub4tg: update avalaible!' --content 'For apply tap button Get update and restart bot\nChanges:\n{commits}' --button1 'Get update' --button1-action 'termux-notification-remove ub4tgupd; cd {cwd}; git pull; termux-toast 'ub4tg updated, now restart it for apply update'")
|
||||
else:
|
||||
os.system(
|
||||
"termux-toast '[ub4tg]: failed fetching update, maybe connection error, check console log for more info'")
|
||||
|
|
Loading…
Reference in a new issue