Skip to content

Commit

Permalink
Forgot to remove debug code... this is why you don't program when you…
Browse files Browse the repository at this point in the history
… should be sleeping
  • Loading branch information
swar committed Jan 27, 2020
1 parent 81346ff commit 5c69e1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nba_api/library/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def send_api_request(self, endpoint, parameters, referer=None, proxy=None, heade

if type(request_proxy) == list:
request_proxy = random.choice(request_proxy)
print(request_proxy)
from datetime import datetime
print(datetime.now())

proxies = None
if request_proxy:
Expand Down

0 comments on commit 5c69e1a

Please sign in to comment.