mirror of https://github.com/CIRCL/AIL-framework
fix: [Credemtial module] fix stats
parent
fd98ba8226
commit
caaa5d363f
|
@ -149,7 +149,7 @@ class Credential(AbstractModule):
|
|||
|
||||
for site, num in creds_sites.items(): # Send for each different site to moduleStats
|
||||
|
||||
mssg = f'credential;{num};{site};{Item.get_date(item_id)}'
|
||||
mssg = f'credential;{num};{site};{Item.get_date()}'
|
||||
print(mssg)
|
||||
self.send_message_to_queue(msg, 'ModuleStats')
|
||||
|
||||
|
|
Loading…
Reference in New Issue