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

Skip to content

Commit 91c3cf8

Browse files
committed
Minor improvement
1 parent 0e6359a commit 91c3cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/datatype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def injectionDict():
7474

7575
# data is a dict with stype as key and a tuple as value with
7676
# title, where, comment and reqPayload
77-
injection.data = {}
77+
injection.data = advancedDict()
7878

7979
injection.dbms = None
8080
injection.dbms_version = None

0 commit comments

Comments
 (0)