fix: change webdav config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-11-15 17:02:59 +08:00
parent 164d120220
commit 52b2e0e56b
2 changed files with 8 additions and 8 deletions

View File

@ -4,9 +4,9 @@ from webdav3.exceptions import LocalResourceNotFound, RemoteResourceNotFound
def sync():
options = {
'webdav_hostname': 'https://pan.hiiragi.club:8081/dav',
'webdav_login': 'mol',
'webdav_password': 'YvG4SkF82qd7ks',
'webdav_hostname': 'https://pan.liliyamol.cn:8081/webdav/',
'webdav_login': 'fan@yunying.com',
'webdav_password': 'm%Bn$w5jgiNsNC',
'disable_check': True,
}