chg: [debug] debug empty qr content
Some checks are pending
CI / ail_test (3.10) (push) Waiting to run
CI / ail_test (3.7) (push) Waiting to run
CI / ail_test (3.8) (push) Waiting to run
CI / ail_test (3.9) (push) Waiting to run

This commit is contained in:
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

View file

@ -86,6 +86,8 @@ class QrCodeReader(AbstractModule):
for content in contents:
print(content)
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)
for obj_type in ['chat', 'domain', 'message']: # TODO ITEM ???