Fix user_path extra letter

This commit is contained in:
robin 2022-05-15 11:12:43 +02:00
parent 7f87750455
commit 9157b67dd3
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ feeds = [
log_path = "./log/" # Stores feed info
data_path = "./data/" # Make sure this directory is not accessible for other users or per web
app_path = f"{data_path}.htapp.data" # Store app secret
user_path = f"{data_path}/.htuser.data" # Store user secret
user_path = f"{data_path}.htuser.data" # Store user secret