changed if cond is True to cond:

This commit is contained in:
Navan Chauhan 2020-07-07 12:33:02 +05:30
parent 98c857df48
commit bb73018258
1 changed files with 1 additions and 1 deletions

View File

@ -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