From c898e6b161a6569101f005d45c2473a04a89271d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Dec 2024 11:33:48 +0300 Subject: [PATCH] forgotten quote --- src/updatenotif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updatenotif.py b/src/updatenotif.py index 55c295d..c96f2f0 100644 --- a/src/updatenotif.py +++ b/src/updatenotif.py @@ -20,7 +20,7 @@ async def git_notifications_update(): logger.info('updates not found, nothing to do') else: 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: os.system( "termux-toast '[ub4tg]: failed fetching update, maybe connection error, check console log for more info'")