await client connected method in override

This commit is contained in:
Ben 2019-06-08 21:12:29 +01:00
parent c08e8b8260
commit 7e9ccf4b9a

View File

@ -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: