mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Credemtial module] fix stats
This commit is contained in:
parent
fd98ba8226
commit
caaa5d363f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue