fix: test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-11-15 18:10:30 +08:00
parent 4d00138b32
commit b25c43458a

View File

@ -7,7 +7,7 @@ def sync():
'webdav_hostname': 'https://pan.liliyamol.cn:8081/webdav/', 'webdav_hostname': 'https://pan.liliyamol.cn:8081/webdav/',
'webdav_login': 'fan@yunying.com', 'webdav_login': 'fan@yunying.com',
'webdav_password': 'm%Bn$w5jgiNsNC', 'webdav_password': 'm%Bn$w5jgiNsNC',
'disable_check': True, 'disable_check': False,
} }
client = Client(options) client = Client(options)