Skip to content

Commit

Permalink
Add a todo, which is related to #189
Browse files Browse the repository at this point in the history
  • Loading branch information
BarisSari committed Mar 13, 2020
1 parent bdf2f82 commit 7f2b077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7f2b077

Please sign in to comment.