Fixed ls_m module generate function sig
parent
e39f8d423a
commit
5c69be36c1
|
@ -73,7 +73,7 @@ class Module:
|
||||||
if option in self.options:
|
if option in self.options:
|
||||||
self.options[option]['Value'] = value
|
self.options[option]['Value'] = value
|
||||||
|
|
||||||
def generate(self):
|
def generate(self, obfuscate=False, obfuscationCommand=""):
|
||||||
|
|
||||||
filePath = self.options['Path']['Value']
|
filePath = self.options['Path']['Value']
|
||||||
filePath += '/'
|
filePath += '/'
|
||||||
|
|
Loading…
Reference in New Issue