Skip to content

Commit fb75416

Browse files
committed
Add options text
1 parent dbc3bd3 commit fb75416

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

nxc/modules/badsuccessor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ def __init__(self):
7373
self.module_options = None
7474

7575
def options(self, context, module_options):
76-
"""Required.
77-
Module options get parsed here. Additionally, put the modules usage here as well
78-
"""
76+
"""No options available"""
7977

8078
def is_excluded_sid(self, sid, domain_sid):
8179
if sid in EXCLUDED_SIDS:

0 commit comments

Comments
 (0)