Browse Source
Merge branch 'maunium:master' into feat/search-focus
pull/55/head
salixor
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sticker/stickerimport.py
|
|
|
@ -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() |
|
|
|
|