diff --git a/etc/simulator.py b/etc/simulator.py index c05ba5d..6e926b7 100644 --- a/etc/simulator.py +++ b/etc/simulator.py @@ -42,7 +42,7 @@ def example_handler(nodeID, message): nodeInt = 1 # represents the device/node number logger.info(f"System: Meshing-Around Simulator Starting for {projectName}") nodeID = get_NodeID() # assign a nodeID - projectResponse = globals()[projectName](0, " ") # Call the project handler under test + projectResponse = globals()[projectName](0, 0, " ") # Call the project handler under test while True: # represents the onReceive() loop in the bot.py projectResponse = "" responseLength = 0