diff options
| author | 2020-10-05 07:36:56 +0800 | |
|---|---|---|
| committer | 2020-10-05 07:36:56 +0800 | |
| commit | c97d27e1faee410ee52e736143f5e925a7b68d04 (patch) | |
| tree | 55614c02d694c7dcb2a35a0a79c8e343d5f2931d /bot/exts/halloween/hacktoberstats.py | |
| parent | exclude spam label in get_october_prs (diff) | |
fix query syntax
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py index a6ed765e..47b83023 100644 --- a/bot/exts/halloween/hacktoberstats.py +++ b/bot/exts/halloween/hacktoberstats.py @@ -244,7 +244,7 @@ class HacktoberStats(commands.Cog):          query_url = (              f"{base_url}"              f"-label:{not_labels[0]}" -            f"-label:{not_labels[1]}" +            f"+-label:{not_labels[1]}"              f"+type:{action_type}"              f"+is:{is_query}"              f"+-is:{not_query}" | 
