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! ヾ(˶ᵔ ᗜ ᵔ˶)")