diff --git a/auto_database_backup/controllers/auto_database_backup.py b/auto_database_backup/controllers/auto_database_backup.py index 27c476622..b64d46300 100755 --- a/auto_database_backup/controllers/auto_database_backup.py +++ b/auto_database_backup/controllers/auto_database_backup.py @@ -30,7 +30,6 @@ class OnedriveAuth(http.Controller): def oauth2callback(self, **kw): """ Callback function for OneDrive authentication. - :param kw: A dictionary of keyword arguments. :return: A redirect response. """ diff --git a/auto_database_backup/static/description/index.html b/auto_database_backup/static/description/index.html index 5da6957c6..ea1d64056 100644 --- a/auto_database_backup/static/description/index.html +++ b/auto_database_backup/static/description/index.html @@ -219,7 +219,7 @@ style="color: #000;background-color: #f8f8f8;border: 1px solid #dcdcdc;border-radius: 16px;">
This module uses some external python dependencies : - dropbox, nextcloud , nextcloud-api-wrapper , boto3 and paramiko. Before + dropbox, pyncclient , nextcloud-api-wrapper , boto3 and paramiko. Before installing the module install the python package first. The required python packages can be installed using the @@ -230,7 +230,7 @@ install dropbox pip - install nextcloud + install pyncclient pip install nextcloud-api-wrapper