diff --git a/etc/simulator.py b/etc/simulator.py index f2e2408..4293f88 100644 --- a/etc/simulator.py +++ b/etc/simulator.py @@ -42,7 +42,7 @@ if __name__ == '__main__': # represents the bot's main loop 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](nodeID, " ") # Call the project handler under test + projectResponse = globals()[projectName](0, " ") # Call the project handler under test while True: # represents the onReceive() loop in the bot.py projectResponse = "" responseLength = 0