commit
8f8bbbd353
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ print_usage = False
|
||||||
verbose = False
|
verbose = False
|
||||||
run_lengths = False
|
run_lengths = False
|
||||||
host_default = "localhost"
|
host_default = "localhost"
|
||||||
database_default = "dishstats"
|
database_default = "starlinkstats"
|
||||||
icargs = {"host": host_default, "timeout": 5, "database": database_default}
|
icargs = {"host": host_default, "timeout": 5, "database": database_default}
|
||||||
rp = None
|
rp = None
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ except getopt.GetoptError as err:
|
||||||
print_usage = False
|
print_usage = False
|
||||||
verbose = False
|
verbose = False
|
||||||
host_default = "localhost"
|
host_default = "localhost"
|
||||||
database_default = "dishstats"
|
database_default = "starlinkstats"
|
||||||
icargs = {"host": host_default, "timeout": 5, "database": database_default}
|
icargs = {"host": host_default, "timeout": 5, "database": database_default}
|
||||||
rp = None
|
rp = None
|
||||||
default_sleep_time = 30
|
default_sleep_time = 30
|
||||||
|
|
Loading…
Reference in a new issue