Upload each save file individually to fix issue 7
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)