Skip to content

Commit

Permalink
Merge branch 'maunium:master' into feat/search-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
salixor authored Jan 8, 2023
2 parents 31cc608 + f59406a commit f090cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sticker/stickerimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f090cc0

Please sign in to comment.