mirror of https://github.com/CIRCL/AIL-framework
chg: [debug] debug empty qr content
parent
a7a6c91920
commit
0d55483419
|
@ -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 ???
|
||||
|
|
Loading…
Reference in New Issue