Commit 2b23e8d2 by mohammed.shibili

updates done

parent 4115f49d
...@@ -30,4 +30,3 @@ def postgres_connection(): ...@@ -30,4 +30,3 @@ def postgres_connection():
else: else:
connection.set_session(autocommit=True) connection.set_session(autocommit=True)
return connection, cursor return connection, cursor
...@@ -43,4 +43,4 @@ def to_postgres(connection, cursor_name): ...@@ -43,4 +43,4 @@ def to_postgres(connection, cursor_name):
elif operation == 3: elif operation == 3:
post_delete(connection, cursor_name) post_delete(connection, cursor_name)
elif operation == 4: elif operation == 4:
postgres_search(connection, cursor_name) postgres_search(connection, cursor_name)
\ No newline at end of file
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