fix id problems with day/winter switch

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-26 22:09:07 +02:00
parent d1af7958f8
commit 58839933fc
28 changed files with 379 additions and 281 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ cdef class CommandProcessor:
cdef login(self, RemoteCommand command):
cdef User user
self.api_client.credentials = Credentials.from_msgpack(command.data)
self.api_client.set_credentials(Credentials.from_msgpack(command.data))
user = self.api_client.get_user()
self.remote_handler.send(command.client_id, user.serialize())