Skip to content

Commit cb39878

Browse files
authored
Merge pull request #5 from okfn/fix_cfg_name
Use the same setting name as projects
2 parents 3f5c3ec + 666ed31 commit cb39878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/datapusher_plus/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_dp_plus_user_apitoken():
7575
site_user.
7676
"""
7777

78-
api_token = tk.config.get("ckan.datapusher_plus.api_token", None)
78+
api_token = tk.config.get("ckanext.datapusher_plus.api_token", None)
7979
if api_token:
8080
return api_token
8181

0 commit comments

Comments
 (0)