diff --git a/db/repository.py b/db/repository.py index 855830d..f00c902 100644 --- a/db/repository.py +++ b/db/repository.py @@ -259,7 +259,7 @@ class Repository: logger.info("Calling rtgs_api_txn_post procedure to process all inserted transactions...") try: - cursor.callproc('PACS_DB.rtgs_api_txn_post') + cursor.callproc('rtgs_api_txn_post') except Exception: cursor.execute("BEGIN rtgs_api_txn_post; END;")