Skip to content

Commit 9dda5a9

Browse files
author
Walter Renner
committed
print SCRIPTDIR as info
1 parent 547e9d8 commit 9dda5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

threebot_worker/threebot-worker

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ConfigParser
99
import logging
1010

1111
import threebot_crypto
12-
from threebot_worker.daemon import Daemon
12+
from daemon import Daemon
1313

1414
PROTOCOL = 'tcp'
1515

@@ -184,6 +184,7 @@ if sys.argv[1] in ['restart', 'start', 'status', ]:
184184
print '---'
185185
print 'BASEDIR: %s' % str(BASEDIR)
186186
print 'CONFIGFILE: %s' % str(CONFIGFILE)
187+
print 'SCRIPTDIR: %s' % str(SCRIPTDIR)
187188
print 'ENDPOINT: %s' % str(BOT)
188189
print 'PORT: %s' % str(PORT)
189190
print 'LOGFILE: %s' % str(LOGFILE)

0 commit comments

Comments
 (0)