From 66b4d4cd5443881670097f444bcc1e7f6900ec66 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Mon, 23 May 2022 19:25:56 -0400 Subject: [PATCH] removed call to ccnet path from ini --- seafile-sso.py | 1 - 1 file changed, 1 deletion(-) diff --git a/seafile-sso.py b/seafile-sso.py index 8646cc9..1ef6ce7 100644 --- a/seafile-sso.py +++ b/seafile-sso.py @@ -80,7 +80,6 @@ else: exit(1) seafileToken = config['Seafile']['token'] -ccnetPath = config['Seafile']['ccnetPath'] adminEmail = config['Seafile']['adminEmail'] seafileURL = config['Seafile']['SERVICE_URL'] logger.debug("Seafile URL: {0}".format(seafileURL))