changed default --delay to Pi (3.141592); works very well... ;)
This commit is contained in:
parent
fd2188c798
commit
01335aac1e
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ def parse_args():
|
||||||
parser.add_argument("-k", "--corethreads", default=0, type=int,
|
parser.add_argument("-k", "--corethreads", default=0, type=int,
|
||||||
help="number of scheduler core threads (default: 0)")
|
help="number of scheduler core threads (default: 0)")
|
||||||
|
|
||||||
parser.add_argument("-x", "--delay", default=2.315379, type=float,
|
parser.add_argument("-x", "--delay", default=3.141592, type=float,
|
||||||
help="seconds delay between scheduled jobs (default: 2.315379)")
|
help="seconds delay between scheduled jobs (default: 3.141592)")
|
||||||
|
|
||||||
output = parser.add_mutually_exclusive_group()
|
output = parser.add_mutually_exclusive_group()
|
||||||
output.add_argument("-q", "--quiet", action="store_const", dest="loglevel", const=logging.ERROR,
|
output.add_argument("-q", "--quiet", action="store_const", dest="loglevel", const=logging.ERROR,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue