fix: fix command execution
This commit is contained in:
parent
ff58ed554a
commit
2c0ff7f291
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class SRTMerger:
|
|||
'PUT': self.handle_put,
|
||||
}
|
||||
for cmd in self.commands:
|
||||
supported[cmd[0]](*cmd[1])
|
||||
supported[cmd[0]](*cmd[1:])
|
||||
|
||||
def handle_copy(self, source, start, end):
|
||||
source_list = self.srt1 if source == 1 else self.srt2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue