fix get attachment command

This commit is contained in:
Nico Angelo 2023-10-02 14:50:03 +02:00
parent 382b6776ce
commit f7a0f43cab
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def sync_bw(logger, force=False):
def get_attachment(logger, id, name):
return command_wrapper(logger, command=f"get attachment {name} {id}", raw=True)
return command_wrapper(logger, command=f"get attachment {name} --itemid {id}", raw=True)
def unlock_bw(logger):