From fb91f02e46706ad9b0685f979180f6a58f61bf66 Mon Sep 17 00:00:00 2001 From: Lisa-Hoffmann <96966642+Lisa-Hoffmann@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:37:14 +0100 Subject: [PATCH] missspelling --- trying_to_fix_nextcloud.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/"