mirror of
				https://github.com/solero/houdini.git
				synced 2025-10-31 04:32:07 +00:00 
			
		
		
		
	Remove unneeded penguin attribute
This commit is contained in:
		| @@ -48,5 +48,3 @@ async def handle_login(p, credentials: WorldCredentials): | ||||
|     p.data = data | ||||
|     p.login_key = credentials.login_key | ||||
|     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.waddle = None | ||||
|         self.table = None | ||||
|         self.age = 0 | ||||
|  | ||||
|         self.data = None | ||||
|         self.login_key = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben
					Ben