Fix passing users on repeat

This commit is contained in:
Hex
2024-08-28 07:57:50 -07:00
parent 4f9b35ef7d
commit b761fccd69

View File

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