Skip to content

Commit dbd476d

Browse files
linting
1 parent a5dbfdb commit dbd476d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/efsr_spray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def options(self, context: Context, module_options: dict[str, str]):
4040
self.file_name = module_options.get("FILE_NAME", ntpath.normpath("\\" + gen_random_string() + ".txt"))
4141
self.share_name = module_options.get("SHARE_NAME")
4242
if module_options.get("EXCLUDED_SHARES"):
43-
self.excluded_shares += module_options.get("EXCLUDED_SHARES","").split(",")
43+
self.excluded_shares += module_options.get("EXCLUDED_SHARES", "").split(",")
4444

4545
def on_login(self, context: Context, connection):
4646
conn: SMBConnection = connection.conn # Because typing is broken due to smb being a folder and a file >:(

0 commit comments

Comments
 (0)