fix: [Credential] fix moduleStats

pull/569/head
Terrtia 2021-08-18 15:36:05 +02:00
parent d218be48e0
commit ab20752d0a
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class Credential(AbstractModule):
mssg = f'credential;{num};{site};{item.get_date()}'
print(mssg)
self.send_message_to_queue(msg, 'ModuleStats')
self.send_message_to_queue(mssg, 'ModuleStats')
if all_sites:
discovered_sites = ', '.join(all_sites)