mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-21 21:47:15 +00:00
no log: fixed Bazarr directory issue in system-->status
This commit is contained in:
parent
d475b8591d
commit
b766b0324e
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ class SystemStatus(Resource):
|
|||
system_status.update({'radarr_version': get_radarr_info.version()})
|
||||
system_status.update({'operating_system': platform.platform()})
|
||||
system_status.update({'python_version': platform.python_version()})
|
||||
system_status.update({'bazarr_directory': os.path.dirname(os.path.dirname(__file__))})
|
||||
system_status.update({'bazarr_directory': os.path.dirname(os.path.dirname(os.path.dirname(
|
||||
os.path.dirname(__file__))))})
|
||||
system_status.update({'bazarr_config_directory': args.config_dir})
|
||||
system_status.update({'start_time': startTime})
|
||||
|
||||
|
|
Loading…
Reference in a new issue