fixed bug when redirecting to login and back to a form
Showing
2 changed files
with
2 additions
and
1 deletions
-
Please register or sign in to post a comment
... | ... | @@ -27,6 +27,7 @@ def main(): |
@app.route('/load/<name>', methods = ['POST']) | ||
def load(name): | ||
import ipdb; ipdb.set_trace() | ||
try: | ||
data = request.json | ||
... | ... |