diff --git a/trying_to_fix_nextcloud.py b/trying_to_fix_nextcloud.py index 8b42cb5..d937500 100644 --- a/trying_to_fix_nextcloud.py +++ b/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/"