Fix mita crash loop when server config has no users.

This commit is contained in:
orohi
2026-08-03 12:10:42 +03:00
parent 3c95094fc8
commit c0ce490a15
2 changed files with 179 additions and 50 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ else:
application_path = os.path.dirname(__file__)
DATA_FILE = os.path.join(application_path, 'data.json') # legacy JSON; used only for one-shot import / export
CURRENT_VERSION = "v2.6.7"
CURRENT_VERSION = "v2.6.8"
RELEASES_REPO_URL = repo_url()
RELEASES_API_LATEST = api_latest_url()
BIN_DIR = os.environ.get('TUNNEL_BIN_DIR', os.path.join(application_path, 'bin'))