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

assign value to klass_name before declaring it global

parent 0ced9f1b
......@@ -31,6 +31,8 @@ import logging
from flask import Flask, jsonify, redirect, url_for
from flask import request
klass_name = None
global klass_name
app = Flask(__name__)
......
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