refactoring

This commit is contained in:
Maxim Devaev
2022-11-07 19:36:44 +03:00
parent 10633f9e08
commit d93d112aa0
4 changed files with 37 additions and 27 deletions

View File

@@ -50,7 +50,7 @@ class PstServer(HttpServer): # pylint: disable=too-many-arguments,too-many-inst
super().__init__()
self.__data_path = os.path.join(fstab.find_partition(fstab.PartitionType.PST).root_path, "data")
self.__data_path = os.path.join(fstab.find_pst().root_path, "data")
self.__ro_retries_delay = ro_retries_delay
self.__ro_cleanup_delay = ro_cleanup_delay
self.__remount_cmd = remount_cmd