MultiServer: Fix breaking weakrefs for SetNotify (#5539)
This commit is contained in:
@@ -135,6 +135,7 @@ def get_saving_second(seed_name: str, interval: int = 60) -> int:
|
|||||||
|
|
||||||
class Client(Endpoint):
|
class Client(Endpoint):
|
||||||
__slots__ = (
|
__slots__ = (
|
||||||
|
"__weakref__",
|
||||||
"version",
|
"version",
|
||||||
"auth",
|
"auth",
|
||||||
"team",
|
"team",
|
||||||
|
|||||||
Reference in New Issue
Block a user