Commit cf89700c authored by Jérome Perrin's avatar Jérome Perrin

fix syntax warning

parent c5847aea
......@@ -33,8 +33,8 @@ import logging
from flask import Flask, jsonify, redirect, url_for
from flask import request
klass_name = None
global klass_name
klass_name = None
app = Flask(__name__)
# Serve static file with no cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment