diff options
-rw-r--r-- | tests/dbTestFiller.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |