Skip to content

Commit

Permalink
Update simulator.py
Browse files Browse the repository at this point in the history
gabage -> garbage
  • Loading branch information
eltociear authored Apr 5, 2024
1 parent 4929a68 commit 21fd8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():

scheduler.start()

# agent_factory.start() # TODO add gabage recycle of agent ID
# agent_factory.start() # TODO add garbage recycle of agent ID

while True:
try:
Expand Down

0 comments on commit 21fd8c1

Please sign in to comment.