From f59b8715dd7d97e982b0594d1b1e3abd78c119c6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 26 Oct 2024 17:31:05 -0700 Subject: [PATCH] Update simulator.py --- etc/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/simulator.py b/etc/simulator.py index 58c4b7e..b9d2490 100644 --- a/etc/simulator.py +++ b/etc/simulator.py @@ -25,7 +25,7 @@ def get_name_from_number(nodeID, length='short', interface=1): # # Function to handle, or the project in test -def example_handler(nodeID, message): +def example_handler(message, nodeID, deviceID): readableTime = time.ctime(time.time()) msg = "Hello World! " msg += f" You are Node ID: {nodeID} "