Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Mar 21, 2022
1 parent f42971f commit f71550f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
}
},
"short_name": "Network pres",
"version": "1.3.4"
"version": "1.3.5"
}
4 changes: 2 additions & 2 deletions pkg/presence_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ def arpa(self):
possible_name = "Presence - " + str(nbtscan_parts[1])
if self.DEBUG:
print("name extracted from nbtscan_result: " + str(found_device_name))
except Exception for ex:
except Exception as ex:
if self.DEBUG:
print("Error getting nice name from nbtscan_results: " + str(ex))

Expand Down Expand Up @@ -1174,7 +1174,7 @@ def arpa(self):
possible_name = nbtscan_parts[1]
if self.DEBUG:
print("name extracted from nbtscan_result: " + str(found_device_name))
except Exception for ex:
except Exception as ex:
if self.DEBUG:
print("Error getting nice name from nbtscan_results: " + str(ex))
else:
Expand Down

0 comments on commit f71550f

Please sign in to comment.