mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Seriously, I'll get this right one of these days...
This commit is contained in:
parent
f51928d93b
commit
f159cb742a
@ -116,7 +116,7 @@ if __name__ == '__main__':
|
||||
try:
|
||||
file(options.pidfile, 'r+')
|
||||
except EnvironmentError, e:
|
||||
debug('pidfile (%s) is not writable: %s', options.pidfile, e)
|
||||
debug('pidfile (%s) is not writable: %s' % (options.pidfile, e))
|
||||
sys.exit(-1)
|
||||
debug('Bot not found, starting.')
|
||||
home = os.environ['HOME']
|
||||
|
Loading…
Reference in New Issue
Block a user