Skip to content

Commit

Permalink
chg: [debug] debug empty qr content
Browse files Browse the repository at this point in the history
Terrtia committed Oct 1, 2024
1 parent a7a6c91 commit 0d55483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/modules/QrCodeReader.py
Original file line number Diff line number Diff line change
@@ -86,6 +86,8 @@ def compute(self, message):
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 ???

0 comments on commit 0d55483

Please sign in to comment.