diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-24 16:14:23 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-24 16:14:23 +0530 |
commit | 46192b0a0305437f2bb2291afb5c5682ea3a3d3b (patch) | |
tree | 4a9a5fe79989a702e9c9550d9f417fd109212ac5 /app/views.py | |
parent | ae27a5c9996f34487ee0f2669104b30dee263189 (diff) |
added check for WiFi @ Home
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: |