Update py-collaborator-mitmproxy-addon.py

This commit is contained in:
Mariusz 2019-02-28 23:47:18 +01:00 committed by GitHub
parent 8e5be9731c
commit 0939c6f70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ VERSION = '0.1'
# Must point to JSON file containing configuration mentioned in `config` dictionary below. # Must point to JSON file containing configuration mentioned in `config` dictionary below.
# One can either supply that configuration file, or let the below variable empty and fill the `config` # One can either supply that configuration file, or let the below variable empty and fill the `config`
# dictionary instead. # dictionary instead.
CONFIGURATION_FILE = '..\\py-collaborator\\config.json' CONFIGURATION_FILE = 'config.json'
CONFIGURATION_FILE = '/mnt/d/dev2/py-collaborator/config.json'
config = { config = {
'debug' : False, 'debug' : False,