Commit 2b23e8d2 by mohammed.shibili

updates done

parent 4115f49d
......@@ -30,4 +30,3 @@ def postgres_connection():
else:
connection.set_session(autocommit=True)
return connection, cursor
......@@ -43,4 +43,4 @@ def to_postgres(connection, cursor_name):
elif operation == 3:
post_delete(connection, cursor_name)
elif operation == 4:
postgres_search(connection, cursor_name)
\ No newline at end of file
postgres_search(connection, cursor_name)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment