aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.py b/control.py
index 10a259d..0215655 100755
--- a/control.py
+++ b/control.py
@@ -214,7 +214,7 @@ if __name__ == "__main__":
print("started bots")
print("bridging ...")
- while True:
+ while not should_quit:
pass
# while not should_quit: