Update core.py

pull/45/head
fr0stshard 2024-12-23 20:26:45 +02:00 committed by GitHub
parent d8ddb73ae6
commit 4c6eaa6178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Web(root.Web):
)
if not url:
# вырезана проверка на lavhost
# вырезана проверка на докер
ip = "127.0.0.1"
url = f"http://{ip}:{self.port}"