We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be3d3d6 + 005cc18 commit 8a1e9a9Copy full SHA for 8a1e9a9
ckanext/datapusher_plus/config.py
@@ -62,7 +62,7 @@
62
tk.config.get("ckanext.datapusher_plus.max_content_length", "5000000")
63
)
64
CHUNK_SIZE = tk.asint(tk.config.get("ckanext.datapusher_plus.chunk_size", "1048576"))
65
-DEFAULT_EXCEL_SHEET = tk.asint(tk.config.get("DEFAULT_EXCEL_SHEET", 0))
+DEFAULT_EXCEL_SHEET = tk.asint(tk.config.get("ckanext.datapusher_plus.default_excel_sheet", 0))
66
SORT_AND_DUPE_CHECK = tk.asbool(
67
tk.config.get("ckanext.datapusher_plus.sort_and_dupe_check", True)
68
0 commit comments