Compare commits

...

2 Commits

Author SHA1 Message Date
1fc3323afd vbnotebook 2026-01-08 07:23:09 +01:00
8ea687b724 vbnotebook 2026-01-08 07:22:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ with sync_playwright() as p:
else: else:
print("❌ Cookie file not found. Run the manual login script first.") print("❌ Cookie file not found. Run the manual login script first.")
exit() exit()
x
page = context.new_page() page = context.new_page()
page.goto(LOGIN_URL) page.goto(LOGIN_URL)

View File

@@ -23,7 +23,7 @@ HEADERS = {"User-Agent": USER_AGENT}
DB_CFG = { DB_CFG = {
"host": "192.168.1.76", "host": "192.168.1.76",
"port": 3307, "port": 3307,git remote set-url origin https://gitea.buzalka.cz/administrator/torrents.git
"user": "root", "user": "root",
"password": "Vlado9674+", "password": "Vlado9674+",
"database": "torrents", "database": "torrents",