forked from p15670423/monkey
Agent: Rename RelayUser.time to last_update_time
This commit is contained in:
parent
302cdaac70
commit
94fba0fdf0
|
@ -11,7 +11,7 @@ DEFAULT_NEW_CLIENT_TIMEOUT = 3 # Wait up to 3 seconds for potential new clients
|
||||||
@dataclass
|
@dataclass
|
||||||
class RelayUser:
|
class RelayUser:
|
||||||
address: str
|
address: str
|
||||||
time: float
|
last_update_time: float
|
||||||
|
|
||||||
|
|
||||||
class TCPRelay(Thread):
|
class TCPRelay(Thread):
|
||||||
|
|
|
@ -288,6 +288,7 @@ serialized_event
|
||||||
|
|
||||||
# TODO: Remove after #2231 is closed
|
# TODO: Remove after #2231 is closed
|
||||||
relay_users
|
relay_users
|
||||||
|
last_update_time
|
||||||
|
|
||||||
# pydantic base models
|
# pydantic base models
|
||||||
underscore_attrs_are_private
|
underscore_attrs_are_private
|
||||||
|
|
Loading…
Reference in New Issue