Commit b2f46e3
authored
Fix: Make default_excel_sheet config variable work properly
Fixes Issue #209
The config key was reading from "DEFAULT_EXCEL_SHEET" instead of "ckanext.datapusher_plus.default_excel_sheet", making the configuration variable ineffective.
Changed to use the proper namespaced config key so users can configure which Excel sheet to read.1 parent e18eaef commit b2f46e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments