добавлены проверки проверки

This commit is contained in:
2026-03-28 13:51:51 +10:00
parent d03f9da044
commit a689e0b9da
2 changed files with 35 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ conn = psycopg2.connect(
dbname="parsed_url",
user="postgres",
password="qwertyqwerty123123",
# host="45.129.78.228",
host="127.0.0.1"
host="45.129.78.228",
# host="127.0.0.1"
)
conn.autocommit = True