Lisa-Hoffmann
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
trying_to_fix_nextcloud.py
|
|
@ -35,8 +35,8 @@ def search_folder(requestreturn): |
|
|
|
linkswrongtime.append(temp) |
|
|
|
return [innerfolders, linkswrongtime] |
|
|
|
|
|
|
|
user = sys.arcv[1] |
|
|
|
passw = sys.arcv[2] |
|
|
|
user = sys.argv[1] |
|
|
|
passw = sys.argv[2] |
|
|
|
auth = requests.auth.HTTPBasicAuth(user,passw) |
|
|
|
prefix_path = "https://kingsx.cs.uni-saarland.de" |
|
|
|
mainpath = "/remote.php/dav/files/"+ user + "/Testrequests/" |
|
|
|