Commit d46036b9 by Owo Sugiana

Bug fixed saat Invoice ID timeout thread ID belum dibuang dari antrian

1 parent fec4d9cc
......@@ -369,6 +369,7 @@ class Parser(Log):
if duration < 10:
return True
self.log_error(f'Invoice ID {inv_id} thread {self.parser_id} timeout')
self.remove_invoice_id(inv_id)
self.running = False
def run(self):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!