From 2e7fce9c1c4178a211e26ad9fd96f438140f1f12 Mon Sep 17 00:00:00 2001 From: zenaku Date: Mon, 25 May 2026 00:02:57 +0000 Subject: [PATCH] add subdomain operator --- core/models/OperatorProxySession.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/models/OperatorProxySession.py b/core/models/OperatorProxySession.py index a9e5276..a1675ca 100644 --- a/core/models/OperatorProxySession.py +++ b/core/models/OperatorProxySession.py @@ -14,3 +14,4 @@ class OperatorProxySession: subscription_url: Optional[str] operator_id: int operator_name: str + operator_domain: Optional[str] = None \ No newline at end of file