mirror of
https://github.com/solero/houdini.git
synced 2024-11-13 22:28:21 +00:00
Remove unneeded penguin attribute
This commit is contained in:
parent
75add84f09
commit
0a6ce8eb87
@ -48,5 +48,3 @@ async def handle_login(p, credentials: WorldCredentials):
|
|||||||
p.data = data
|
p.data = data
|
||||||
p.login_key = credentials.login_key
|
p.login_key = credentials.login_key
|
||||||
await p.send_xt('l')
|
await p.send_xt('l')
|
||||||
|
|
||||||
p.age = (datetime.now() - p.data.registration_date).days
|
|
||||||
|
@ -17,7 +17,6 @@ class Penguin(Spheniscidae):
|
|||||||
self.room = None
|
self.room = None
|
||||||
self.waddle = None
|
self.waddle = None
|
||||||
self.table = None
|
self.table = None
|
||||||
self.age = 0
|
|
||||||
|
|
||||||
self.data = None
|
self.data = None
|
||||||
self.login_key = None
|
self.login_key = None
|
||||||
|
Loading…
Reference in New Issue
Block a user