diff options
author | 2020-10-08 02:58:20 +0000 | |
---|---|---|
committer | 2020-10-08 02:58:20 +0000 | |
commit | 902abdd7df89cf20e78473dd44759e37bd25f7f2 (patch) | |
tree | 9701875858abfd705adab6e032412fba94ef3df5 /bot/exts/halloween/hacktoberstats.py | |
parent | small fixes, still need testing (diff) | |
parent | almost finished (diff) |
resolve conflicts
Diffstat (limited to 'bot/exts/halloween/hacktoberstats.py')
-rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 1 |
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 = { |