Merge branch 'main' into adamain

This commit is contained in:
IgorL123
2023-08-22 17:02:15 +03:00
committed by GitHub
3 changed files with 63 additions and 4 deletions
+2
View File
@@ -8,6 +8,7 @@ db_params = {
'password': '4oumQk'
}
connection = psycopg2.connect(**db_params) # запускаем один раз
@@ -50,3 +51,4 @@ def query_change(x):
def close(cur):
cursor.close()