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:
Danila Gamkov
2025-05-20 20:51:59 +03:00
parent 94ddbeb456
commit 9611d99828
13 changed files with 50 additions and 30 deletions

View File

@@ -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)