mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-07 15:27:38 +08:00
More development
This commit is contained in:
parent
f2497685e8
commit
53b52d364e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def shutdown_bazarr(restarting):
|
|||
except:
|
||||
logging.error("Unable to delete pid file.")
|
||||
else:
|
||||
logging.info('Bazarr restarting...')
|
||||
logging.info('Bazarr stopping...')
|
||||
if restarting is False:
|
||||
stopfile = os.path.normcase(os.path.join(os.path.dirname(__file__), 'bazarr.stop'))
|
||||
file = open(stopfile, 'w')
|
||||
|
|
Loading…
Reference in a new issue