work on mail settings
This commit is contained in:
parent
559f6bed49
commit
26ddee54ce
7 changed files with 67 additions and 20 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue