Skip to content

Commit

Permalink
Merge pull request #107 from peter279k/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in scanner debug
  • Loading branch information
tuna-f1sh authored Aug 12, 2024
2 parents 2e63186 + 35c059d commit 20a135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def example_scan(file_path=None, device_id=0, device_type=0, auto_create=False):
# local function to call when device updates common data
def on_update(device_tuple, common):
device_id = device_tuple[0]
print(f"Device #{device_id} commond data update: {common}")
print(f"Device #{device_id} common data update: {common}")

# local function to call when device update device speific page data
def on_device_data(device, page_name, data):
Expand Down

0 comments on commit 20a135e

Please sign in to comment.