MultiServer: Fix breaking weakrefs for SetNotify (#5539)

This commit is contained in:
black-sliver
2025-10-12 19:46:16 +00:00
committed by GitHub
parent bb457b0f73
commit 5390561b58

View File

@@ -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",