missspelling

This commit is contained in:
Lisa-Hoffmann
2022-01-03 14:37:14 +01:00
committed by GitHub
parent 7e91eb53ea
commit fb91f02e46
+2 -2
View File
@@ -35,8 +35,8 @@ def search_folder(requestreturn):
linkswrongtime.append(temp) linkswrongtime.append(temp)
return [innerfolders, linkswrongtime] return [innerfolders, linkswrongtime]
user = sys.arcv[1] user = sys.argv[1]
passw = sys.arcv[2] passw = sys.argv[2]
auth = requests.auth.HTTPBasicAuth(user,passw) auth = requests.auth.HTTPBasicAuth(user,passw)
prefix_path = "https://kingsx.cs.uni-saarland.de" prefix_path = "https://kingsx.cs.uni-saarland.de"
mainpath = "/remote.php/dav/files/"+ user + "/Testrequests/" mainpath = "/remote.php/dav/files/"+ user + "/Testrequests/"