From c97d27e1faee410ee52e736143f5e925a7b68d04 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Mon, 5 Oct 2020 07:36:56 +0800 Subject: fix query syntax --- bot/exts/halloween/hacktoberstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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}" -- cgit v1.2.3