Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
activated WP without mitmproxy packager #448
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Jan 11, 2019
1 parent 7991b78 commit 2b69917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/utility/threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
from PyQt4.QtGui import QMessageBox
from plugins.external.sergio_proxy.plugins import *
from multiprocessing import Process,Manager
from core.servers.proxy.http.controller.handler import MasterHandler


pump_proxy_lib = True #check package is installed
try:
from mitmproxy import proxy, flow, options
from mitmproxy.proxy.server import ProxyServer
from core.servers.proxy.http.controller.handler import MasterHandler
except ImportError as e:
pump_proxy_lib = False

Expand Down

0 comments on commit 2b69917

Please sign in to comment.