Skip to content

Commit 14b5b8b

Browse files
authored
Merge pull request #2515 from All-The-Foxes/init_indentation_fix
Fix indentation error in init
2 parents 8876319 + 6d6582d commit 14b5b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telebot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7408,7 +7408,7 @@ def create_new_sticker_set(
74087408
if contains_masks is not None:
74097409
logger.warning('The parameter "contains_masks" is deprecated, use "sticker_type" instead')
74107410
if sticker_type is None:
7411-
sticker_type = 'mask' if contains_masks else 'regular'
7411+
sticker_type = 'mask' if contains_masks else 'regular'
74127412

74137413
if stickers is None:
74147414
stickers = png_sticker or tgs_sticker or webm_sticker

0 commit comments

Comments
 (0)