This commit is contained in:
brent s. 2020-05-14 13:50:50 -04:00
parent c8c4957120
commit 8a5d484883
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def main():
elif _args.oper == 'stop':
tb.stop()
elif _args.oper == 'update':
tb.update(oneshot = True)
tb.update()
return(None)