Replace all DB host 192.168.1.50 -> 192.168.1.76

This commit is contained in:
2026-03-01 08:11:45 +01:00
parent b5b3da1105
commit 0710af0f82
10 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ sys.stdout.flush()
# 1) MySQL CONNECTION
# ============================================================
db = pymysql.connect(
host="192.168.1.50",
host="192.168.1.76",
port=3306,
user="root",
password="Vlado9674+",

View File

@@ -28,7 +28,7 @@ COOKIE_FILE = Path("sktorrent_cookies.json")
# Database settings
DB_CONFIG = {
"host": "192.168.1.50",
"host": "192.168.1.76",
"port": 3306,
"user": "root",
"password": "Vlado9674+",

View File

@@ -15,7 +15,7 @@ from selenium.webdriver.chrome.options import Options
# KONFIGURACE
# ============================================================
DB_CONFIG = {
"host": "192.168.1.50",
"host": "192.168.1.76",
"port": 3306,
"user": "root",
"password": "Vlado9674+",

View File

@@ -13,7 +13,7 @@ from selenium.webdriver.chrome.options import Options
# KONFIGURACE
# ============================================================
DB_CONFIG = {
"host": "192.168.1.50",
"host": "192.168.1.76",
"port": 3306,
"user": "root",
"password": "Vlado9674+",

View File

@@ -11,7 +11,7 @@ from pathlib import Path
PHYSICAL_DIR = Path(r"\\tower1\#Colddata\Porno")
DB_CONFIG = {
"host": "192.168.1.50",
"host": "192.168.1.76",
"port": 3306,
"user": "root",
"password": "Vlado9674+",

View File

@@ -37,7 +37,7 @@ sys.stdout.flush()
# ============================================================
db = pymysql.connect(
host="192.168.1.50",
host="192.168.1.76",
port=3306,
user="root",
password="Vlado9674+",

View File

@@ -11,7 +11,7 @@ QBT_USER = "vladob"
QBT_PASS = "jCni3U6d#y4bfcm"
DB_CONFIG = {
"host": "192.168.1.50",
"host": "192.168.1.76",
"port": 3306,
"user": "root",
"password": "Vlado9674+",

View File

@@ -9,7 +9,7 @@ import bencodepy
# ===============================
DB_CONFIG = dict(
host="192.168.1.50",
host="192.168.1.76",
user="root",
password="Vlado9674+",
database="torrents",

View File

@@ -14,7 +14,7 @@ ULTRACC_ROOT = r"\\tower\torrents\ultracc"
DRY_MODE = False
DB_CONFIG = dict(
host="192.168.1.50",
host="192.168.1.76",
user="root",
password="Vlado9674+",
database="torrents",

View File

@@ -11,7 +11,7 @@ QBT_USER = "vladob"
QBT_PASS = "jCni3U6d#y4bfcm"
DB_CONFIG = {
"host": "192.168.1.50",
"host": "192.168.1.76",
"port": 3306,
"user": "root",
"password": "Vlado9674+",