This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pvlking
/
zfbox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
13
Commits
4
Branches
0
Tags
120 MiB
Tree:
7879ffc1af
zfbox
/
web
/
common
/
errors.py
4 lines
88 B
Raw
Normal View
History
test
11 months ago
from
quart
import
jsonify
def
handle_error
(
e
)
:
return
jsonify
(
{
'
error
'
:
str
(
e
)
}
)
,
500