diff options
Diffstat (limited to 'gn2/wqflask')
-rw-r--r-- | gn2/wqflask/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py index 3fd60ad6..f7759366 100644 --- a/gn2/wqflask/views.py +++ b/gn2/wqflask/views.py @@ -170,7 +170,6 @@ def index_page(): @app.route("/tmp/<img_path>") def tmp_page(img_path): - initial_start_vars = request.form imgfile = open(GENERATED_IMAGE_DIR + img_path, 'rb') imgdata = imgfile.read() imgB64 = base64.b64encode(imgdata) |