Compare commits

..

1 Commits

Author SHA1 Message Date
Simon Bruder f0f82d4b13
Add odrive-proxy script 2020-07-26 12:46:08 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ def get_files(uuid, password):
"https://www.odrive.com/rest/weblink/list_folder",
params={"weblinkUri": f"/{uuid}", "password": password},
)
print(r.url)
return dict(
(item["name"], item["downloadUrl"]) for item in r.json()["data"]["items"]
)