mirror of
https://github.com/solero/houdini.git
synced 2025-09-03 22:08:38 +00:00
await client connected method in override
This commit is contained in:
@@ -159,8 +159,8 @@ class Penguin(Spheniscidae):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _client_connected(self):
|
async def _client_connected(self):
|
||||||
super()._client_connected()
|
await super()._client_connected()
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
if self.data is not None:
|
if self.data is not None:
|
||||||
|
Reference in New Issue
Block a user