This commit is contained in:
2020-05-14 13:50:50 -04:00
parent c8c4957120
commit 8a5d484883

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)