diff options
| author | 2019-10-04 12:32:59 -0400 | |
|---|---|---|
| committer | 2019-10-04 12:32:59 -0400 | |
| commit | 3db324883d5b2e7efe17d75854fbe1932643dc65 (patch) | |
| tree | e0b212674536f55d99098785102b64e3efe1879d /bot/seasons/halloween/hacktoberstats.py | |
| parent | Merge branch 'master' into trivia_quiz (diff) | |
| parent | Merge pull request #289 from Numerlor/channel_override_role_bypass_fix (diff) | |
Merge branch 'master' into trivia_quiz
Diffstat (limited to 'bot/seasons/halloween/hacktoberstats.py')
| -rw-r--r-- | bot/seasons/halloween/hacktoberstats.py | 2 |
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}" |