Reconfigured queue handling to use JSON
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user