mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-14 11:47:28 +08:00
diva: fix start request
This commit is contained in:
@@ -125,6 +125,8 @@ class BaseResponse:
|
||||
def make(self) -> str:
|
||||
ret = ""
|
||||
for k, v in vars(self).items():
|
||||
if type(v) == bool:
|
||||
v = int(v)
|
||||
ret += f"{k}={v}&"
|
||||
|
||||
if ret[-1] == "&":
|
||||
|
||||
Reference in New Issue
Block a user