aboutsummaryrefslogtreecommitdiff
path: root/app/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views.py')
-rw-r--r--app/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views.py b/app/views.py
index 976bd5e..7c005c7 100644
--- a/app/views.py
+++ b/app/views.py
@@ -142,6 +142,7 @@ def generate():
if request.method == 'POST' and form.validate_on_submit():
result = gen.sample(form.n.data)
+ print(tfWorking)
if tfWorking == 0:
flash("Failed to initialise the model!","danger")
else: