Skip to content

Commit 75aef7a

Browse files
committed
Adding allowed params option
Signed-off-by: ramseymcgrath <ramseymcgrath@gmail.com>
1 parent 1509d28 commit 75aef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/src/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
allowed_params_rss_imported = {}
6868
# Load parameters configuration if available
6969
try:
70-
with open(INDEXER_URLS_JSON, "r") as file:
70+
with open(PARAMETERS_CONFIG_FILE, "r") as file:
7171
allowed_params = json.load(file)
7272
allowed_params_api = allowed_params.get("api", {})
7373
allowed_params_rss_imported = allowed_params.get("rss", {})

0 commit comments

Comments
 (0)