fixed restart error
This commit was merged in pull request #36.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user