mirror of
https://github.com/solero/houdini.git
synced 2024-12-23 14:03:38 +00:00
Override client_connected method from within penguin class
This commit is contained in:
parent
19464703b6
commit
006d55934b
@ -269,6 +269,8 @@ class Penguin(Spheniscidae):
|
|||||||
'{} removed their background item'.format(
|
'{} removed their background item'.format(
|
||||||
self.data.username))
|
self.data.username))
|
||||||
|
|
||||||
|
async def _client_connected(self):
|
||||||
|
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