fix: [Credemtial module] fix stats

pull/569/head
Terrtia 2021-07-22 15:12:20 +02:00
parent fd98ba8226
commit caaa5d363f
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -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')