asotr.py: fix bug with decoding command to human-readable format (cmd_decode), add exception if index not finded for specified time
This commit is contained in:
@@ -186,4 +186,4 @@ if __name__ == '__main__':
|
||||
args = argparser.parse_args()
|
||||
|
||||
plot_asotr_borders(args.source, args.channel, args.asotr, args.begin, args.end,
|
||||
args.font, args.cmd, args.plot)
|
||||
args.font, args.cmd, show_flag=args.plot)
|
||||
|
||||
Reference in New Issue
Block a user