дописал порт к локальному ip

This commit is contained in:
2025-11-20 16:33:52 +03:00
parent 94b7e34573
commit 7ebe5f822b

View File

@@ -39,7 +39,7 @@ def get_fqdn():
hostname = platform.node().lower()
fqdn = f"https://{hostname}.tvstart.ru"
else:
fqdn = "http://127.0.0.1"
fqdn = "http://127.0.0.1:8000"
return fqdn