From b761fccd69fb12e44ffa2ad0ee3e76a5da2b587b Mon Sep 17 00:00:00 2001 From: Hex Date: Wed, 28 Aug 2024 07:57:50 -0700 Subject: [PATCH] Fix passing users on repeat --- AutoColor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoColor.py b/AutoColor.py index 8b9e861..aa18cab 100644 --- a/AutoColor.py +++ b/AutoColor.py @@ -248,7 +248,7 @@ def tag_assist(urls,driver,users): print("Wanna do another queue? y/n") answer = input() if answer == "y": - tag_assist(urls,driver) + tag_assist(urls,driver,users) else: print("Goodbye! ヾ(˶ᵔ ᗜ ᵔ˶)")