no message
This commit is contained in:
parent
ca65a1ffe1
commit
e91705ce90
@ -99,7 +99,7 @@ class Citizen(classes.CitizenAPI):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def __dict__(self):
|
def __dict__(self):
|
||||||
ret = super().__dict__
|
ret = super().__dict__.copy()
|
||||||
ret.pop('reporter', None)
|
ret.pop('reporter', None)
|
||||||
ret.pop('stop_threads', None)
|
ret.pop('stop_threads', None)
|
||||||
ret.pop('_Citizen__last_war_update_data', None)
|
ret.pop('_Citizen__last_war_update_data', None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user