Update EmailHarvester.py

This commit is contained in:
Jan Rude 2018-08-30 17:32:02 +02:00 committed by GitHub
parent 7a31e0fd79
commit c273f80da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ class EmailHarvester(object):
self.userAgent = userAgent
self.parser = myparser()
self.activeEngine = "None"
path = os.path.join(os.path.dirname(sys.argv[0]) + "/plugins/"
path = os.path.join(os.path.dirname(sys.argv[0]) + "/plugins/")
plugins = {}
sys.path.insert(0, path)