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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
4
Branches
0
Tags
120 MiB
JavaScript
58.5%
CSS
21.7%
HTML
10.2%
Python
9.5%
Branch:
master
detached
master
master-one-c-one-t
zfbox
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
zfbox
/
web
/
common
/
errors.py
4 lines
88 B
Raw
Permalink
Blame
History
from
quart
import
jsonify
def
handle_error
(
e
)
:
return
jsonify
(
{
'
error
'
:
str
(
e
)
}
)
,
500
Reference in new issue