Skip to content

Commit

Permalink
Update network timezones URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Mar 28, 2016
1 parent 5388164 commit 1fd628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/network_timezones.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
def update_network_dict():
"""Update timezone information from Medusa repositories"""

url = 'http://raw.githubusercontent.com/pymedusa/sickrage.github.io/master/sb_network_timezones/network_timezones.txt'
url = 'https://cdn.pymedusa.com/sb_network_timezones/network_timezones.txt'
url_data = helpers.getURL(url, session=helpers.make_session(), returns='text')
if not url_data:
logger.log(u'Updating network timezones failed, this can happen from time to time. URL: %s' % url, logger.WARNING)
Expand Down

0 comments on commit 1fd628d

Please sign in to comment.