Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
themousepotato committed Oct 27, 2018
1 parent 547df7a commit 060a549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def update_package_manager_data(self, package_manager_urls):
num_php_http_client_downloads = None
num_node_http_client_downloads = None

check_dict = {}
for url in package_manager_urls:
if 'https://www.nuget.org/packages/SendGrid' == url:
num_total_csharp_downloads = self.csharp_downloads(url)
Expand All @@ -67,7 +66,7 @@ def update_package_manager_data(self, package_manager_urls):
num_python_http_client_downloads = self.python_downloads(url)
if 'pypi' in url:
if 'open_source_library_data_collector' in url:
num_python_open_source_library_data_collector_downloads = \
num_python_open_source_library_data_collector_downloads=\
self.python_downloads(url)
if 'rubygems' in url:
if 'sendgrid' in url:
Expand Down

0 comments on commit 060a549

Please sign in to comment.