-
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-04 12:50:10 +10:00
parent a86aadcada
commit 2d22ca57f4
2 changed files with 9 additions and 2 deletions

6
.gitignore vendored
View File

@@ -16,3 +16,9 @@ __pycache__/
# Файлы ОС
.DS_Store
Thumbs.db
# Данные (раскомментировать если нужно игнорировать)
# data/cookies.json
# data/settings.db
# data/proxies.json
har_and_cookies/.nodriver_is_open

View File

@@ -559,5 +559,6 @@ async def get_models():
async def get_token():
return str(uuid4())
# if __name__ == "__main__":
# app.run("0.0.0.0", port=args.port, debug=False)
if __name__ == "__main__":
# # Starts the server, change the port if needed
app.run("0.0.0.0", port=args.port, debug=False)