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):
|
||||
__slots__ = (
|
||||
"__weakref__",
|
||||
"version",
|
||||
"auth",
|
||||
"team",
|
||||
|
||||
Reference in New Issue
Block a user