diff --git a/read_mattermost.py b/read_mattermost.py index 0e3028b..9210f2c 100755 --- a/read_mattermost.py +++ b/read_mattermost.py @@ -224,8 +224,7 @@ def get_posts_for_channel(mmapi, channel_id, since, **kwargs): CONFIRMATION_EMOJI_NAMES = [ - *("one,two,three,four,five,six,seven,eight,nine,keycap_ten".split(",")), - *(f"num{i}" for i in range(11, 99 + 1)), + *(f"num{i}" for i in range(1, 99 + 1)), "heavy_plus_sign" ] def confirmation_emoji_name(count):