weird bug with txt files (might be NC issue)
This commit is contained in:
parent
2b17aa5b8f
commit
17b9e274c1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class WebDAVSettings(DAVSettings):
|
|||
username: str = "ovd_user"
|
||||
password: str = "password"
|
||||
|
||||
config_filename: str = "config.txt"
|
||||
config_filename: str = "config.toml"
|
||||
|
||||
disable_check: bool = False
|
||||
retries: int = 20
|
||||
|
|
Loading…
Reference in a new issue