Update simulator.py

This commit is contained in:
SpudGunMan
2024-09-29 21:39:05 -07:00
parent f8cc580b99
commit e7b4fe44c8
+1 -1
View File
@@ -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