Fixed loop check

pull/246/head
Jacob Chambers 3 years ago
parent 0990a24580
commit 2275540aa8

@ -36,5 +36,7 @@ while True:
else: else:
print(f"Video for thread already exists! Trying again...") print(f"Video for thread already exists! Trying again...")
if os.getenv("LOOP") != "true": print(os.getenv("LOOP"))
if os.getenv("LOOP") != "yes":
break break

Loading…
Cancel
Save