We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0abe65 commit bfd968dCopy full SHA for bfd968d
src/utils/config_manager.py
@@ -5,10 +5,11 @@
5
from model.config.config_google_api import ConfigGoogleApi
6
from model.config.config_subtitles import ConfigSubtitles
7
from model.config.config_whisperx import ConfigWhisperX
8
+from utils.path_helper import ROOT_PATH
9
10
11
class ConfigManager:
- _FILE_PATH = Path("../config.ini")
12
+ _FILE_PATH = ROOT_PATH / "config.ini"
13
KeyType = Union[ConfigWhisperX.Key, ConfigGoogleApi.Key, ConfigSubtitles.Key]
14
15
@staticmethod
0 commit comments