From bb730182584b09233ae955db41385864f087a4cb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 7 Jul 2020 12:33:02 +0530 Subject: changed if cond is True to cond: --- tests/dbTestFiller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbTestFiller.py b/tests/dbTestFiller.py index a8982bd..b3f0b49 100644 --- a/tests/dbTestFiller.py +++ b/tests/dbTestFiller.py @@ -4,7 +4,7 @@ debug = False host = "navanspi.duckdns.org" done = 1 -if debug is True: +if debug: host = "192.168.1.6" done = 0 -- cgit v1.2.3