diff options
Diffstat (limited to 'app/views.py')
-rw-r--r-- | app/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views.py b/app/views.py index 89b0374..03e74f4 100644 --- a/app/views.py +++ b/app/views.py @@ -133,7 +133,7 @@ def wtform(): flash_errors(myform) return render_template('wtform.html', form=myform) -tfWorking = 0 +tfWorking = -1 if tfWorking == -1: try: |