diff --git a/main.py b/main.py index 3293e08..4235de4 100644 --- a/main.py +++ b/main.py @@ -36,5 +36,7 @@ while True: else: print(f"Video for thread already exists! Trying again...") - if os.getenv("LOOP") != "true": + print(os.getenv("LOOP")) + + if os.getenv("LOOP") != "yes": break