Skip to content

Commit

Permalink
Update pyroplug.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devgaganin authored Mar 16, 2024
1 parent 219cbcc commit 5b94e0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main/plugins/pyroplug.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
logging.getLogger("pyrogram").setLevel(logging.INFO)
logging.getLogger("telethon").setLevel(logging.INFO)

# Define a dictionary to store user chat IDs
user_chat_ids = {}

def thumbnail(sender):
return f'{sender}.jpg' if os.path.exists(f'{sender}.jpg') else f'thumb.jpg'

Expand Down

0 comments on commit 5b94e0a

Please sign in to comment.