Reconfigured queue handling to use JSON

This commit is contained in:
Hex
2024-08-27 15:53:56 -07:00
parent 1bcdc234c1
commit 4f9b35ef7d
3 changed files with 151 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ def choice(urls,users,driver):
if "ti" in user_choice.lower():
AutoTicket.auto_ticket(urls,users,driver)
if "di" in user_choice.lower():
AutoColor.tag_assist(urls,driver)
AutoColor.tag_assist(urls,driver,users)
print("Go back to Directly or Tickets choice?")
if input("y/n : ") == "y":
choice(urls,users,driver)