BlendMMM commited on
Commit
2b739f5
·
verified ·
1 Parent(s): 4319964

Upload utilities.py

Browse files
Files changed (1) hide show
  1. utilities.py +1 -1
utilities.py CHANGED
@@ -150,7 +150,7 @@ db_path = os.path.join("imp_db.db")
150
 
151
 
152
  def query_excecuter_postgres(
153
- query, db_path, params=None, insert=True, insert_retrieve=False, db_cred=None
154
  ):
155
  """
156
  Executes a SQL query on a SQLite database, handling both insert and select operations.
 
150
 
151
 
152
  def query_excecuter_postgres(
153
+ query, db_path=None, params=None, insert=True, insert_retrieve=False, db_cred=None
154
  ):
155
  """
156
  Executes a SQL query on a SQLite database, handling both insert and select operations.