Skip to content

Commit

Permalink
Merge pull request #393 from bradarv90/master
Browse files Browse the repository at this point in the history
Fix for #392
  • Loading branch information
bboe committed Apr 11, 2015
2 parents 63c6cad + d821b5a commit 065fc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ class Redditor(Gildable, Messageable, Refreshable):
get_submitted = _get_redditor_listing('submitted')

def __init__(self, reddit_session, user_name=None, json_dict=None,
fetch=True):
fetch=False):
"""Construct an instance of the Redditor object."""
info_url = reddit_session.config['user_about'] % user_name
# name is set before calling the parent constructor so that the
Expand Down

0 comments on commit 065fc42

Please sign in to comment.