Skip to content

Commit

Permalink
https://github.com/Mahesh0253/Media-Search-bot/commit/25fd29dcbfdb2d0…
Browse files Browse the repository at this point in the history
…079c753fab209eb4a31cc0bb5
  • Loading branch information
subinps committed Jan 20, 2022
1 parent b06c53d commit 45905ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions database/ia_filterdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Media(Document):
caption = fields.StrField(allow_none=True)

class Meta:
indexes = ('$file_name', )
collection_name = COLLECTION_NAME


Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
git+https://github.com/subinps/pyrogram@inline-m
tgcrypto==1.2.2
pymongo[srv]==3.11.4
motor==2.4.0
marshmallow==3.12.2
umongo==3.0.0
tgcrypto
pymongo[srv]==3.12.3
motor==2.5.1
marshmallow==3.14.1
umongo==3.0.1
requests
bs4
imdbpy

0 comments on commit 45905ce

Please sign in to comment.