Skip to content

Commit

Permalink
fix str auto conf
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Nov 26, 2022
1 parent 5223cdf commit 79e522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emonhub_auto_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
available = {}

def match_from_available(nodeid,realdata):
if not nodeid.isnumeric():
if not str(nodeid).isnumeric():
return False

match = False
Expand Down

0 comments on commit 79e522c

Please sign in to comment.