mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-02-06 23:35:33 +01:00
Merge branch 'maunium:master' into feat/search-focus
This commit is contained in:
commit
f090cc076e
@ -153,7 +153,7 @@ async def main(args: argparse.Namespace) -> None:
|
||||
return
|
||||
input_packs.append(InputStickerSetShortName(short_name=match.group(1)))
|
||||
for input_pack in input_packs:
|
||||
pack: StickerSetFull = await client(GetStickerSetRequest(input_pack))
|
||||
pack: StickerSetFull = await client(GetStickerSetRequest(input_pack, hash=0))
|
||||
await reupload_pack(client, pack, args.output_dir)
|
||||
else:
|
||||
parser.print_help()
|
||||
|
Loading…
x
Reference in New Issue
Block a user