Skip to content

Commit

Permalink
Remove issue filter
Browse files Browse the repository at this point in the history
  • Loading branch information
UuuNyaa committed Mar 1, 2021
1 parent 5c7da7b commit 61431f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_asset_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ def list_assets(session, repo, query):

session = requests.Session()
session.auth = (None, token)
print(json.dumps(list_assets(session, repo, {'state': 'open', 'labels': 'Official'}), indent=2, ensure_ascii=False))
print(json.dumps(list_assets(session, repo, {'state': 'open'}), indent=2, ensure_ascii=False))

0 comments on commit 61431f4

Please sign in to comment.