Skip to content

Commit

Permalink
remove version from Reddit useragent
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith authored Jun 22, 2018
1 parent 04a0d1f commit 75742f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socialreaper/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def __init__(self, application_id, application_secret):

self.url = "https://oauth.reddit.com"
self.request_rate = 5
self.user_agent = "SocialReaper/0.1"
self.user_agent = "SocialReaper"
self.headers = {}
self.token_expiry = 0
self.requires_reauth = True
Expand Down

0 comments on commit 75742f1

Please sign in to comment.