labCleanupDone

This commit is contained in:
SpudGunMan
2025-01-05 21:27:25 -08:00
parent 576898b8fe
commit 4a3cd2560c
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ async def watch_file():
return content
await asyncio.sleep(1) # Check every
def call_external_script(message, script="runShell.sh"):
def call_external_script(message, script="script/runShell.sh"):
try:
# Debugging: Print the current working directory and resolved script path
current_working_directory = os.getcwd()