Skip to content

Commit 02d6b3d

Browse files
committed
Undid warning fix as other branch has changes.
1 parent fbacc7d commit 02d6b3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

BabbleApp/babbleapp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def main():
105105
try:
106106
if is_nt:
107107
cwd = os.getcwd()
108-
icon = cwd + r"\Images\logo.ico"
108+
icon = cwd + "\Images\logo.ico"
109109
toast = Notification(
110110
app_id=lang._instance.get_string("babble.name"),
111111
title=lang._instance.get_string("babble.updatePresent"),
@@ -122,8 +122,6 @@ def main():
122122
f'[{lang._instance.get_string("log.info")}] {lang._instance.get_string("babble.noToast")}'
123123
)
124124
except:
125-
await notification_manager.show_notification(appversion, latestversion, page_url)
126-
except Exception as e:
127125
print(
128126
f'[{lang._instance.get_string("log.info")}] {lang._instance.get_string("babble.noInternet")}.'
129127
)

0 commit comments

Comments
 (0)