wacca: see previous

This commit is contained in:
Hay1tsme 2023-03-03 13:07:36 -05:00
parent cd78ecd7ea
commit 2da12e515e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class UserInfoUpdateRequest(BaseRequest):
self.optsUpdated.append(UserOption(x[0], x[1]))
for x in self.params[3]:
self.datesUpdated.append(DateUpdate([x[0], x[1]]))
self.datesUpdated.append(DateUpdate(x[0], x[1]))
# ---user/info/getMyroom--- TODO: Understand this better
class UserInfogetMyroomRequest(BaseRequest):