Spaces:
Running
Running
BinaryONe
commited on
Commit
·
98c1f4e
1
Parent(s):
9fdad73
Changes in Database
Browse files
FileStream/utils/FileProcessors/file_properties.py
CHANGED
@@ -230,6 +230,7 @@ def get_file_info(message, instruction):
|
|
230 |
|
231 |
|
232 |
def update_file_info(updates):
|
|
|
233 |
media = get_media_from_message(updates['message'])
|
234 |
return {
|
235 |
"message_id": updates['message'].id,
|
|
|
230 |
|
231 |
|
232 |
def update_file_info(updates):
|
233 |
+
print(updates)
|
234 |
media = get_media_from_message(updates['message'])
|
235 |
return {
|
236 |
"message_id": updates['message'].id,
|