дописал порт к локальному ip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user