mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +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(
|
||||
self.data.username))
|
||||
|
||||
async def _client_connected(self):
|
||||
await super()._client_connected()
|
||||
|
||||
def __repr__(self):
|
||||
if self.data is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user