Exemple #1
0
def getopendata():
    #this will take quite a while
    OpenStockholmParser.save_opendata(app.config['UPLOAD_FOLDER'])
    return jsonify({"loading": "done"})