mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Credential] fix moduleStats
This commit is contained in:
parent
d218be48e0
commit
ab20752d0a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class Credential(AbstractModule):
|
||||||
|
|
||||||
mssg = f'credential;{num};{site};{item.get_date()}'
|
mssg = f'credential;{num};{site};{item.get_date()}'
|
||||||
print(mssg)
|
print(mssg)
|
||||||
self.send_message_to_queue(msg, 'ModuleStats')
|
self.send_message_to_queue(mssg, 'ModuleStats')
|
||||||
|
|
||||||
if all_sites:
|
if all_sites:
|
||||||
discovered_sites = ', '.join(all_sites)
|
discovered_sites = ', '.join(all_sites)
|
||||||
|
|
Loading…
Reference in a new issue