Skip to content

Commit

Permalink
Merge pull request #377 from just-an-dev/patch-1
Browse files Browse the repository at this point in the history
Update launcher.tac
  • Loading branch information
ahmedbodi authored Sep 1, 2017
2 parents bbc5366 + a1e0991 commit ad906fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher.tac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Add conf directory to python path.
# Configuration file is standard python module.
import os, sys
sys.path = [os.path.join(os.getcwd(), 'conf'),os.path.join(os.getcwd(), 'externals', 'stratum-mining-proxy'),] + sys.path
sys.path = [os.path.join(os.getcwd(), 'conf'),os.path.join(os.getcwd(), '.'),os.path.join(os.getcwd(), 'externals', 'stratum-mining-proxy'),] + sys.path

from twisted.internet import defer
from twisted.application.service import Application, IProcess
Expand Down

0 comments on commit ad906fe

Please sign in to comment.