Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e4e863

Browse files
committed
Bug fix (introduced with f1ab887)
1 parent 235153a commit 5e4e863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def query(self, query, queryRes):
608608
def rFile(self, fileData):
609609
self.lister("files saved to", fileData, sort=False, content_type=CONTENT_TYPE.FILE_READ)
610610

611-
def registerValue(self):
611+
def registerValue(self, registerData):
612612
self.string("Registry key value data", registerData, registerData, content_type=CONTENT_TYPE.REG_READ, sort=False)
613613

614614
# object to manage how to print the retrieved queries output to

0 commit comments

Comments
 (0)