Browse Source

perf: gather account windows

pull/9008/head
feng 2 years ago
parent
commit
4f2250b7a8
  1. 5
      apps/assets/automations/gather_accounts/filter.py

5
apps/assets/automations/gather_accounts/filter.py

@ -39,8 +39,11 @@ class GatherAccountsFilter:
@staticmethod
def windows_filter(info):
# TODO
info = info[4:-2]
result = {}
for i in info:
for username in i.split():
result[username] = {}
return result
def run(self, method_id_meta_mapper, info):

Loading…
Cancel
Save