fix: change webdav config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user