diff --git a/config.py b/config.py index 6164c4f75..60eb701fc 100644 --- a/config.py +++ b/config.py @@ -41,6 +41,8 @@ ), f"'archive' section couldn't find in '{CONFIG_FILE_PATH}'!" # Fetch archive section +# TODO: The following username and password might be necessary when files are tried to be moved to +# the archive path ARCHIVE_USER = config.get("archive", "user") ARCHIVE_PASSWORD = config.get("archive", "password") ARCHIVE_PATH = config.get("archive", "path")