mirror of
https://github.com/solero/houdini.git
synced 2025-01-25 13:46:59 +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
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user