aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hedy Li <[email protected]>2020-10-05 07:36:56 +0800
committerGravatar GitHub <[email protected]>2020-10-05 07:36:56 +0800
commitc97d27e1faee410ee52e736143f5e925a7b68d04 (patch)
tree55614c02d694c7dcb2a35a0a79c8e343d5f2931d
parentexclude spam label in get_october_prs (diff)
fix query syntax
-rw-r--r--bot/exts/halloween/hacktoberstats.py2
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}"