Up the user agent string

71-clear_vote_archived_submissions
David John 8 years ago
parent 2e31d78f56
commit a2f4ee2837

@ -61,7 +61,7 @@ class Shredder(object):
self.shred()
def _connect(self, praw_ini, username, password):
self._r = praw.Reddit(user_agent="shreddit/4.2")
self._r = praw.Reddit(user_agent="shreddit/4.4")
if praw_ini:
# PRAW won't panic if the file is invalid, so check first
if not os.path.exists(praw_ini):

Loading…
Cancel
Save