Skip to content

Commit d5bb6d9

Browse files
Kahvi-0Marshall-Hallenbeck
authored andcommitted
Update schtask_as.py
Signed-off-by: Kahvi-0xFF <46513413+Kahvi-0@users.noreply.github.com>
1 parent 1e90103 commit d5bb6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/schtask_as.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def execute_handler(self, command, fileless=False):
220220

221221
#tmpName = gen_random_string(8)
222222
if self.task is None:
223-
tmpName = f"{gen_random_string(8)}"
223+
tmpName = gen_random_string(8)}
224224
else:
225225
tmpName = f"{self.task}"
226226
xml = self.gen_xml(command, fileless)

0 commit comments

Comments
 (0)