Another minor update

This commit is contained in:
stamparm
2013-04-30 14:11:56 +02:00
parent 08fbfda5d2
commit 16866119b8
3 changed files with 34 additions and 34 deletions

View File

@@ -38,6 +38,10 @@ optDict = {
"proxy": "string",
"pCred": "string",
"ignoreProxy": "boolean",
"tor": "boolean",
"torPort": "integer",
"torType": "string",
"checkTor": "boolean",
"delay": "float",
"timeout": "float",
"retries": "integer",
@@ -173,7 +177,6 @@ optDict = {
"trafficFile": "string",
"batch": "boolean",
"charset": "string",
"checkTor": "boolean",
"crawlDepth": "integer",
"csvDel": "string",
"dumpFormat": "string",
@@ -187,9 +190,6 @@ optDict = {
"pivotColumn": "string",
"saveCmdline": "boolean",
"updateAll": "boolean",
"tor": "boolean",
"torPort": "integer",
"torType": "string",
},
"Miscellaneous": {