Skip to content

Upload each save file individually to fix issue 7

Kez requested to merge issue-7 into main

The webdav library's upload_sync method was calling upload_dir which removes the directory if it already exists. this commit uploads each file individually with os.walk and upload_async.

Closes #7 (closed)

Merge request reports