Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6359a commit 91c3cf8Copy full SHA for 91c3cf8
1 file changed
lib/core/datatype.py
@@ -74,7 +74,7 @@ def injectionDict():
74
75
# data is a dict with stype as key and a tuple as value with
76
# title, where, comment and reqPayload
77
- injection.data = {}
+ injection.data = advancedDict()
78
79
injection.dbms = None
80
injection.dbms_version = None
0 commit comments