fixed restart error

This commit was merged in pull request #36.
This commit is contained in:
Chinenye Nmoh
2025-07-03 15:37:53 +01:00
parent 501d0f2703
commit 0000907698
3 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ def salary_detect():
try:
process_salary_list()
except Exception as e:
logger.exception("Unhandled error occurred while processing salary list")
logger.exception("Unhandled error occurred while processing salary list {e}")
return ResponseHelper.error("Failed to process salary list", status_code=500, error=str(e))
logger.info("Finished processing List")