Skip to content

Commit 97795e6

Browse files
authored
Update network_sharing.py
1 parent a02871f commit 97795e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network_sharing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def download_config(self):
103103
except PermissionError as e:
104104
print(f"Permission denied for {member.name}: {e}")
105105
except Exception as e:
106-
os.system(f"notify-send 'An error occured' '{e}' -i io.github.vikdevelop.SaveDesktop-symbolic")
106+
os.system(f"notify-send '{_['err_occured']}' '{e}' -i io.github.vikdevelop.SaveDesktop-symbolic")
107107
exit()
108108
self.import_config()
109109
else:

0 commit comments

Comments
 (0)