Skip to content

Commit

Permalink
Don't fetch World Bank data on install #45
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull committed Feb 2, 2024
1 parent 6a5796e commit 0f1dee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ConsortialBillingPlugin(plugins.Plugin):
press_wide = True


def install(fetch_data=True):
def install(fetch_data=False):
ConsortialBillingPlugin.install()
update_settings(
file_path=f'plugins/{SHORT_NAME}/install/settings.json'
Expand Down

0 comments on commit 0f1dee5

Please sign in to comment.