Skip to content

Commit

Permalink
[common] dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Jul 1, 2018
1 parent 3e89279 commit d503237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/you_get/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def urls_size(urls, faker=False, headers={}):
return sum([url_size(url, faker=faker, headers=headers) for url in urls])


def get_head(url, headers={}, get_method='HEAD'):
def get_head(url, headers=None, get_method='HEAD'):
logging.debug('get_head: %s' % url)

if headers:
Expand Down

0 comments on commit d503237

Please sign in to comment.