Skip to content

Commit

Permalink
Change UA for statistical reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
miigotu committed Feb 28, 2016
1 parent 51d0fd6 commit cd4b972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# This is disabled, was only added for testing, and has no config.ini or web ui setting. To enable, set SPOOF_USER_AGENT = True
SPOOF_USER_AGENT = False
INSTANCE_ID = str(uuid.uuid1())
USER_AGENT = ('SickRage/(' + platform.system() + '; ' + platform.release() + '; ' + INSTANCE_ID + ')')
USER_AGENT = ('Sick-Rage.CE.1/(' + platform.system() + '; ' + platform.release() + '; ' + INSTANCE_ID + ')')
UA_SETTINGS.DB = ek(path.abspath, ek(path.join, ek(path.dirname, __file__), '../lib/fake_useragent/ua.json'))
UA_POOL = UserAgent()
if SPOOF_USER_AGENT:
Expand Down

0 comments on commit cd4b972

Please sign in to comment.