weird bug with txt files (might be NC issue)

This commit is contained in:
Jörn-Michael Miehe 2023-10-20 12:51:51 +02:00
parent 2b17aa5b8f
commit 17b9e274c1

View file

@ -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