Skip to content

Commit

Permalink
Removed obsolete url2 field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janhouse committed Mar 11, 2013
1 parent d9af89b commit f69ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tespeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def LoadServers(self):
'lat': float(server.attrib['lat']),
'lon': float(server.attrib['lon']),
'url': server.attrib['url'].rsplit('/', 1)[0] + '/',
'url2': server.attrib['url2'].rsplit('/', 1)[0] + '/',
#'url2': server.attrib['url2'].rsplit('/', 1)[0] + '/',
'name': server.attrib['name'],
'country': server.attrib['country'],
'sponsor': server.attrib['sponsor'],
Expand Down

0 comments on commit f69ae3e

Please sign in to comment.