summaryrefslogtreecommitdiffstats
path: root/nfsw/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfsw/io.py')
-rw-r--r--nfsw/io.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nfsw/io.py b/nfsw/io.py
index 9c2a8b2..7d4c600 100644
--- a/nfsw/io.py
+++ b/nfsw/io.py
@@ -10,6 +10,7 @@ from flask import (
Blueprint, render_template, request
)
+
bp = Blueprint('io', __name__)
@@ -51,7 +52,7 @@ def query():
# Respond.
return {
- 'ans': scene(q)
+ 'ans': scene({'q': q})
}