изменение ip на глобальные

This commit is contained in:
2026-02-22 16:55:14 +10:00
parent 44cf3d3c21
commit b396da4c13
2 changed files with 5 additions and 4 deletions

View File

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