Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ritheshrkrm authored Dec 25, 2022
1 parent 4caa701 commit 1c7ac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/pm_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def next_page(bot, query):
await query.answer()


@Client.on_callback_query(filters.regex(r"^spolling"))
@Client.on_callback_query(filters.regex(r"^spol"))
async def advantage_spoll_choker(bot, query):
_, user, movie_ = query.data.split('#')
if int(user) != 0 and query.from_user.id != int(user):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ umongo==3.0.1
requests
bs4
git+https://github.com/ritheshrkrm/cinemagoer
datetime
psutil
pytz
aiohttp

0 comments on commit 1c7ac93

Please sign in to comment.