aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2019-10-02 21:01:46 +0200
committerGravatar Numerlor <[email protected]>2019-10-02 21:01:46 +0200
commit3c79d996ba17752d87cef5606131308ae34e388a (patch)
tree1c8ee9fd44ad6001d8fab2a570902810a4b533c4 /bot
parentput role bypass check above channel override to make sure bypass roles can ac... (diff)
adjust end date time to the end of the last day of october instead of the beginning of it
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/halloween/hacktoberstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/hacktoberstats.py b/bot/seasons/halloween/hacktoberstats.py
index 035eafbc..9ad44e3f 100644
--- a/bot/seasons/halloween/hacktoberstats.py
+++ b/bot/seasons/halloween/hacktoberstats.py
@@ -225,7 +225,7 @@ class HacktoberStats(commands.Cog):
not_label = "invalid"
action_type = "pr"
is_query = f"public+author:{github_username}"
- date_range = f"{CURRENT_YEAR}-10-01T00:00:00%2B14:00..{CURRENT_YEAR}-10-31T00:00:00-11:00"
+ date_range = f"{CURRENT_YEAR}-10-01T00:00:00%2B14:00..{CURRENT_YEAR}-10-31T23:59:59-11:00"
per_page = "300"
query_url = (
f"{base_url}"