From e7b4fe44c82f9fb377744f165564b0900c36eccc Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 29 Sep 2024 21:39: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 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