diff --git a/settings.py.sample b/settings.py.sample index 3c0fc27..084f859 100644 --- a/settings.py.sample +++ b/settings.py.sample @@ -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