Browse Source

Jan 28: [FIX] Bug Fixed 'auto_database_backup'

pull/358/merge
Cybrosys Technologies 3 months ago
parent
commit
5c88d0af44
  1. 1
      auto_database_backup/controllers/auto_database_backup.py
  2. 4
      auto_database_backup/static/description/index.html

1
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.
"""

4
auto_database_backup/static/description/index.html

@ -219,7 +219,7 @@
style="color: #000;background-color: #f8f8f8;border: 1px solid #dcdcdc;border-radius: 16px;">
<hr style="color: #888;">
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</code>
<code class="d-block mt-2"
style="background-color:#4e4e4e;color: #fff;padding: 6px 8px; border-radius: 5px;">pip
install nextcloud</code>
install pyncclient</code>
<code class="d-block mt-2"
style="background-color:#4e4e4e;color: #fff;padding: 6px 8px; border-radius: 5px;">pip
install nextcloud-api-wrapper</code>

Loading…
Cancel
Save