This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-12 10:30:45 -06:00
|
|
|
def handle_server_error(e):
|
|
|
|
print(e)
|
2023-10-18 09:23:54 -06:00
|
|
|
return {'error': True, 'code': 500, 'message': 'Internal Server Error :('}, 500
|