mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
diva: add register, fixes, start still busted
This commit is contained in:
@@ -79,7 +79,7 @@ class DivaServlet:
|
||||
if "THIS_STRING_SEPARATES" in str(url_header):
|
||||
binary_request = req_raw.splitlines()
|
||||
binary_cmd_decoded = binary_request[3].decode("utf-8")
|
||||
|
||||
url_data = binary_cmd_decoded # for logging
|
||||
req_cls = BaseBinaryRequest(binary_cmd_decoded)
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user