mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +00:00
fix: [Credential] fix old funct call
This commit is contained in:
parent
f5332bbc5a
commit
6ade3b85dc
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_item_date(item_id)}'
|
||||
mssg = f'credential;{num};{site};{Item.get_date(item_id)}'
|
||||
print(mssg)
|
||||
self.send_message_to_queue(msg, 'ModuleStats')
|
||||
|
||||
|
|
Loading…
Reference in a new issue