diff options
Diffstat (limited to 'tests')
-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 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 |