2 Commits 2a796b92e5 ... 1ccc25b53c

Author SHA1 Message Date
  blezz-tech 1ccc25b53c reminder for tickets with status IN_PROCESS 2 weeks ago
  blezz-tech 2a796b92e5 reminder for tickets with status IN_PROCESS 2 weeks ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handlers/st_request_in_process.py

+ 1 - 1
handlers/st_request_in_process.py

@@ -47,7 +47,7 @@ def send_wontfix_notification(user, ticket):
 
 
 def process_in_progress_ticket(ticket_list, start_time):
-    tickets=jsreq.requestGetTicket_user(token, config.API_URL+f"tickets/api/ticket_list/{ticket.id}")
+    tickets=jsreq.requestGetTicket_user(token, config.API_URL+f"tickets/api/ticket_list/{ticket_list.id}")
     for ticket in tickets:
         if ticket.status == 131:
             if ticket.id in tickets: