diff options
Diffstat (limited to '')
-rwxr-xr-x | ParrotZikTray | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ParrotZikTray b/ParrotZikTray index b3ea9b2..571a76e 100755 --- a/ParrotZikTray +++ b/ParrotZikTray @@ -118,8 +118,7 @@ class ParrotZikIndicator: res = self.p.findall(mac) if len(res)>0: return res[0] - else: - return '' + except EnvironmentError: break |