Skip to content

Commit

Permalink
Merge pull request #21 from qgis/bug-fix
Browse files Browse the repository at this point in the history
Remove failed github action
  • Loading branch information
ismailsunni authored May 8, 2023
2 parents 9cabdf9 + cc7ea82 commit 0111a79
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/packager.yml

This file was deleted.

2 changes: 1 addition & 1 deletion qgis_hub_plugin/core/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def get_all_resources(params: dict = {}, force_update=False):
params["format"] = "json"
params["limit"] = 200 # hardcoded to get all resource, currently only 160
params["limit"] = 1000 # hardcoded to get all resource, currently only ~160

# Check if the response file exits
response_folder = Path(QgsApplication.qgisSettingsDirPath(), "qgis_hub")
Expand Down
File renamed without changes.

0 comments on commit 0111a79

Please sign in to comment.