This commit is contained in:
justumen
2025-02-09 15:44:04 +01:00
parent d762702471
commit a0bf04c7d6
46 changed files with 1817 additions and 581 deletions

View File

@@ -68,7 +68,7 @@ async def get_counter_value(request):
@PromptServer.instance.routes.post("/reset_counter")
async def reset_counter(request):
logging.info("Reset counter called")
# logging.info("Reset counter called")
counter_file = os.path.join("Bjornulf", "counter_integer.txt")
try:
os.remove(counter_file)