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 905fef0 commit c7e1aeeCopy full SHA for c7e1aee
1 file changed
lib/core/defaults.py
@@ -10,19 +10,19 @@
10
from lib.core.datatype import advancedDict
11
12
_defaults = {
13
- "timeSec": 5,
14
- "googlePage": 1,
15
- "cpuThrottle": 10,
16
- "verbose": 1,
17
- "cDel": ";",
18
- "delay": 0,
19
- "timeout": 30,
20
- "retries": 3,
21
- "saFreq": 0,
22
- "threads": 1,
23
- "level": 1,
24
- "risk": 1,
25
- "tech": "BEUST"
26
- }
+ "timeSec": 5,
+ "googlePage": 1,
+ "cpuThrottle": 10,
+ "verbose": 1,
+ "cDel": ";",
+ "delay": 0,
+ "timeout": 30,
+ "retries": 3,
+ "saFreq": 0,
+ "threads": 1,
+ "level": 1,
+ "risk": 1,
+ "tech": "BEUST"
+ }
27
28
defaults = advancedDict(_defaults)
0 commit comments