Spaces:
Running
Running
BinaryONe
commited on
Commit
·
815b256
1
Parent(s):
364bc51
Callback Update
Browse files
FileStream/bot/plugins/FileHandlers/callback.py
CHANGED
@@ -130,7 +130,7 @@ async def cb_data(bot: Client, update: CallbackQuery):
|
|
130 |
#print("TMDB",search_tmdb_any(title, year))
|
131 |
#print(f"IMDB ID :{get_imdb_id['results'][0]['id']}")
|
132 |
res=json.loads(imdb.get_by_id(get_imdb_id['results'][0]['id']))
|
133 |
-
print(f"ANY SEARCH :{name} YEAR :{year} IMDB Response :{res}")
|
134 |
instruction = {
|
135 |
"privacy_type": "PUBLIC",
|
136 |
"user_id": user_id,
|
|
|
130 |
#print("TMDB",search_tmdb_any(title, year))
|
131 |
#print(f"IMDB ID :{get_imdb_id['results'][0]['id']}")
|
132 |
res=json.loads(imdb.get_by_id(get_imdb_id['results'][0]['id']))
|
133 |
+
print(f"ANY SEARCH :{name} YEAR :{year}\n Det_ID {get_imdb_id}\n IMDB Response :{res}")
|
134 |
instruction = {
|
135 |
"privacy_type": "PUBLIC",
|
136 |
"user_id": user_id,
|