From a19ae3444a729cbfdf9360825591e7a24eeea707 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sun, 6 Jun 2021 03:01:23 +0530 Subject: [PATCH] Update launcher.tac --- launcher.tac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.tac b/launcher.tac index 97e168a..10338fe 100644 --- a/launcher.tac +++ b/launcher.tac @@ -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