mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 20:24:05 +00:00
await client connected method in override
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user