From 2e0cdbd478e7e921f9e1f511ab55dd58a13e4c1d Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Tue, 7 Jul 2020 12:30:28 +0530
Subject: [PATCH] changed != to is

---
 tests/dbTestFiller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dbTestFiller.py b/tests/dbTestFiller.py
index fa720ad..a8982bd 100644
--- a/tests/dbTestFiller.py
+++ b/tests/dbTestFiller.py
@@ -4,7 +4,7 @@ debug = False
 host = "navanspi.duckdns.org"
 done = 1
 
-if debug != False:
+if debug is True:
     host = "192.168.1.6"
     done = 0