work on mail settings

This commit is contained in:
Kevin Froman 2020-02-10 08:01:49 -06:00
parent 559f6bed49
commit 26ddee54ce
7 changed files with 67 additions and 20 deletions

View file

@ -215,7 +215,8 @@ def start(override: bool = False):
logger.fatal('Cannot start. Daemon is already running,'
+ ' or it did not exit cleanly.\n'
+ ' (if you are sure that there is not a daemon running,'
+ ' delete onionr.lock & try again).', terminal=True)
+ f' delete {filepaths.lock_file} & try again).',
terminal=True)
else:
if not onionrvalues.DEVELOPMENT_MODE:
lock_file = open(filepaths.lock_file, 'w')