mirror of
https://github.com/solero/houdini.git
synced 2025-01-10 14:47:03 +00:00
await client connected method in override
This commit is contained in:
parent
c08e8b8260
commit
7e9ccf4b9a
@ -159,8 +159,8 @@ class Penguin(Spheniscidae):
|
||||
|
||||
return True
|
||||
|
||||
def _client_connected(self):
|
||||
super()._client_connected()
|
||||
async def _client_connected(self):
|
||||
await super()._client_connected()
|
||||
|
||||
def __repr__(self):
|
||||
if self.data is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user