only beauty fixes... :)

This commit is contained in:
Johannes Findeisen 2022-08-25 03:31:53 +02:00
commit ec3a61e019

3
uplink
View file

@ -68,8 +68,7 @@ def parse_args():
help="run looped in foreground (default: false)") help="run looped in foreground (default: false)")
parser.add_argument("-i", "--interval", type=int, help="poll interval in seconds. this " parser.add_argument("-i", "--interval", type=int, help="poll interval in seconds. this "
"overrides config file settings. " "overrides config file settings. (default: 60)")
"(default: 60)")
""" """
TODO: maybe make database connection information as args... not sure. TODO: maybe make database connection information as args... not sure.