Skip to content

Commit

Permalink
Update launcher.tac
Browse files Browse the repository at this point in the history
fix #375
  • Loading branch information
just-an-dev authored Aug 18, 2017
1 parent bbc5366 commit a1e0991
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 a1e0991

Please sign in to comment.