aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/halloween/hacktoberstats.py
diff options
context:
space:
mode:
authorGravatar Hedy Li <[email protected]>2020-10-08 02:58:20 +0000
committerGravatar Hedy Li <[email protected]>2020-10-08 02:58:20 +0000
commit902abdd7df89cf20e78473dd44759e37bd25f7f2 (patch)
tree9701875858abfd705adab6e032412fba94ef3df5 /bot/exts/halloween/hacktoberstats.py
parentsmall fixes, still need testing (diff)
parentalmost finished (diff)
resolve conflicts
Diffstat (limited to 'bot/exts/halloween/hacktoberstats.py')
-rw-r--r--bot/exts/halloween/hacktoberstats.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index 76afde46..50608d56 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -282,7 +282,6 @@ class HacktoberStats(commands.Cog):
# logging.info(f"Found {len(jsonresp['items'])} Hacktoberfest PRs for GitHub user: '{github_username}'")
outlist = []
oct3 = datetime(int(CURRENT_YEAR), 10, 3, 0, 0, 0)
-
for item in jsonresp["items"]:
shortname = HacktoberStats._get_shortname(item["repository_url"])
itemdict = {