mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:16:31 +00:00
fix id problems with day/winter switch
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user