missspelling
This commit is contained in:
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user