Skip to content

Commit

Permalink
Update Backend_API.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStarStrix authored Jun 11, 2024
1 parent 8ec6dfa commit f0c73d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application_Folder/API_Backend/Backend_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_algorithm():
try:
result = algorithm.execute () # Call the execute method
except Exception as e:
return {"Internal server error occurred": str(e)}, 500
return {"Internal server error occurred"

# Print "Plot printed" in the console
print ("Plot printed")
Expand Down

0 comments on commit f0c73d8

Please sign in to comment.