Merge pull request #3 from sparky8512/main

Bump up-to-date
This commit is contained in:
Leigh Phillips 2021-01-11 17:13:35 -08:00 committed by GitHub
commit 8f8bbbd353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ print_usage = False
verbose = False
run_lengths = False
host_default = "localhost"
database_default = "dishstats"
database_default = "starlinkstats"
icargs = {"host": host_default, "timeout": 5, "database": database_default}
rp = None

View file

@ -33,7 +33,7 @@ except getopt.GetoptError as err:
print_usage = False
verbose = False
host_default = "localhost"
database_default = "dishstats"
database_default = "starlinkstats"
icargs = {"host": host_default, "timeout": 5, "database": database_default}
rp = None
default_sleep_time = 30