Up the user agent string

pull/72/head
David Trail 8 years ago
parent e5dc4db41d
commit 6225a9966b

@ -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