From 16bf0fe61a3bf30f0ec1ad4e967837692d41014a Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 17 Jun 2025 19:27:04 -0600 Subject: [PATCH] refactor: Refactor thunder cast process --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 2ff81a4..67976c1 100644 --- a/main.py +++ b/main.py @@ -20,9 +20,7 @@ def cast_spell(): return f"Successfully cast to Trotec.", 200 elif machine == "thunder": logging.info("Casting to Thunder.") - # Assuming we don't need to kill_vnc before casting to thunder, - # or that thunder might be on a different display/setup. - # If kill_vnc() is always needed, it can be called here too. + cast_trotec() cast_thunder() return f"Successfully cast to Thunder.", 200 else: