changed if cond is True to cond:
This commit is contained in:
parent
98c857df48
commit
bb73018258
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue