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

Skip to content

Commit 729156e

Browse files
committed
proper fix
1 parent 3d54948 commit 729156e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def initTargetEnv():
290290
kb.dbms = None
291291
kb.dbmsDetected = False
292292
kb.dbmsVersion = [ "Unknown" ]
293-
kb.htmlFp = None
293+
kb.htmlFp = []
294294
kb.lastErrorPage = None
295295
kb.injParameter = None
296296
kb.injPlace = None

0 commit comments

Comments
 (0)