Skip to content

Commit

Permalink
Update simulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpudGunMan committed Oct 2, 2024
1 parent e75ef3e commit 2325f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2325f74

Please sign in to comment.