diff options
-rwxr-xr-x | control.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ if __name__ == "__main__": print("started bots") print("bridging ...") - while True: + while not should_quit: pass # while not should_quit: |