mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-04-24 07:07:46 -05:00
diva: fix binary requests not being awaited
This commit is contained in:
parent
3ad56306bf
commit
0c800759bb
|
|
@ -100,7 +100,7 @@ class DivaServlet(BaseServlet):
|
|||
|
||||
try:
|
||||
handler = getattr(self.base, f"handle_{bin_req_data['cmd']}_request")
|
||||
resp = handler(bin_req_data)
|
||||
resp = await handler(bin_req_data)
|
||||
|
||||
except AttributeError as e:
|
||||
self.logger.warning(f"Unhandled {bin_req_data['cmd']} request {e}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user