commit 1b8ae8182abaee5ca8e20c45330ae5558e873870 parent 1968e293962ba25bbb420913aec5cf13dd8fa55d Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 29 Nov 2020 05:12:49 -0500 Remove unnecessary variables Diffstat:
M | run.py | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/run.py b/run.py @@ -41,9 +41,6 @@ def start_bot(): def main(): - restarting = False # Used for restarting the bot - invoker = "" # Used for restarting the bot - bot = start_bot() while True: