дописал порт к локальному ip
This commit is contained in:
@@ -39,7 +39,7 @@ def get_fqdn():
|
|||||||
hostname = platform.node().lower()
|
hostname = platform.node().lower()
|
||||||
fqdn = f"https://{hostname}.tvstart.ru"
|
fqdn = f"https://{hostname}.tvstart.ru"
|
||||||
else:
|
else:
|
||||||
fqdn = "http://127.0.0.1"
|
fqdn = "http://127.0.0.1:8000"
|
||||||
|
|
||||||
return fqdn
|
return fqdn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user