From 0710af0f8215cef4456d219891e53027419eb665 Mon Sep 17 00:00:00 2001 From: Vladimir Buzalka Date: Sun, 1 Mar 2026 08:11:45 +0100 Subject: [PATCH] Replace all DB host 192.168.1.50 -> 192.168.1.76 --- 90 Import all torrents from all pages.py | 2 +- 91 5threaddownloader.py | 2 +- 92 5threaddownloadtorrentfiles.py | 2 +- 93 Final SingleThreaded Cleanup.py | 2 +- 94 WhatWehaveAlreadyDownloaded.py | 2 +- Reporter_ReadNewTorrents.py | 2 +- Seedbox/10 Nahraniexistujicich.py | 2 +- Seedbox/20 VypisObsahuTorrentFile.py | 2 +- Seedbox/30 KontrolaCoJsmeStahliZUltraCC.py | 2 +- Seedbox/41 ČištěníOneTimeTest.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/90 Import all torrents from all pages.py b/90 Import all torrents from all pages.py index 449383d..92e1b2e 100644 --- a/90 Import all torrents from all pages.py +++ b/90 Import all torrents from all pages.py @@ -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+", diff --git a/91 5threaddownloader.py b/91 5threaddownloader.py index c7bcf68..226c8db 100644 --- a/91 5threaddownloader.py +++ b/91 5threaddownloader.py @@ -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+", diff --git a/92 5threaddownloadtorrentfiles.py b/92 5threaddownloadtorrentfiles.py index 16270dc..aef19f1 100644 --- a/92 5threaddownloadtorrentfiles.py +++ b/92 5threaddownloadtorrentfiles.py @@ -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+", diff --git a/93 Final SingleThreaded Cleanup.py b/93 Final SingleThreaded Cleanup.py index 6bdf972..0f8fa32 100644 --- a/93 Final SingleThreaded Cleanup.py +++ b/93 Final SingleThreaded Cleanup.py @@ -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+", diff --git a/94 WhatWehaveAlreadyDownloaded.py b/94 WhatWehaveAlreadyDownloaded.py index 17b7234..97b9b49 100644 --- a/94 WhatWehaveAlreadyDownloaded.py +++ b/94 WhatWehaveAlreadyDownloaded.py @@ -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+", diff --git a/Reporter_ReadNewTorrents.py b/Reporter_ReadNewTorrents.py index c40c955..a730067 100644 --- a/Reporter_ReadNewTorrents.py +++ b/Reporter_ReadNewTorrents.py @@ -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+", diff --git a/Seedbox/10 Nahraniexistujicich.py b/Seedbox/10 Nahraniexistujicich.py index ce37d52..fee5945 100644 --- a/Seedbox/10 Nahraniexistujicich.py +++ b/Seedbox/10 Nahraniexistujicich.py @@ -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+", diff --git a/Seedbox/20 VypisObsahuTorrentFile.py b/Seedbox/20 VypisObsahuTorrentFile.py index 417a5ec..a13750c 100644 --- a/Seedbox/20 VypisObsahuTorrentFile.py +++ b/Seedbox/20 VypisObsahuTorrentFile.py @@ -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", diff --git a/Seedbox/30 KontrolaCoJsmeStahliZUltraCC.py b/Seedbox/30 KontrolaCoJsmeStahliZUltraCC.py index 35caa4d..29c5c05 100644 --- a/Seedbox/30 KontrolaCoJsmeStahliZUltraCC.py +++ b/Seedbox/30 KontrolaCoJsmeStahliZUltraCC.py @@ -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", diff --git a/Seedbox/41 ČištěníOneTimeTest.py b/Seedbox/41 ČištěníOneTimeTest.py index 00874c9..ed4e36d 100644 --- a/Seedbox/41 ČištěníOneTimeTest.py +++ b/Seedbox/41 ČištěníOneTimeTest.py @@ -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+",