chg: [debug] debug empty qr content

pull/607/merge
terrtia 2024-10-01 15:37:05 +02:00
parent a7a6c91920
commit 0d55483419
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class QrCodeReader(AbstractModule):
for content in contents: for content in contents:
print(content) print(content)
qr_code = QrCodes.create(content, self.obj) # copy screenshot + image daterange qr_code = QrCodes.create(content, self.obj) # copy screenshot + image daterange
if not qr_code:
print('Error Empty content', self.obj.get_global_id())
qr_code.add(qr_code.get_date(), self.obj) qr_code.add(qr_code.get_date(), self.obj)
for obj_type in ['chat', 'domain', 'message']: # TODO ITEM ??? for obj_type in ['chat', 'domain', 'message']: # TODO ITEM ???