From 3489e198347941a5ec2e586f7a83ca480d7756e0 Mon Sep 17 00:00:00 2001 From: Matthew Stream-PC Date: Tue, 20 Dec 2022 15:19:51 -0500 Subject: [PATCH] commenting out clipping --- pyclashbot/bot/states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyclashbot/bot/states.py b/pyclashbot/bot/states.py index 1b3ec7152..e8bfca103 100644 --- a/pyclashbot/bot/states.py +++ b/pyclashbot/bot/states.py @@ -84,7 +84,7 @@ def state_tree( # DEBUG::: wait forever instead of restarting # while True:time.sleep(1000) - clip_that() + # clip_that() # run restart state state = state_restart(logger)