Skip to content

Commit

Permalink
prepping for merge into master
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Jan 15, 2015
1 parent 66ef3a7 commit 77fcb17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.bbclivefootballscores"
name="BBC Football Scores"
version="0.2.0"
version="1.0.0"
provider-name="elParaguayo">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.0.0 First release
- To be submitted to official repo
- New feature requests/bugs should be posted on Kodi on forum

v0.2.0 Release Candidate
- This version should incorporate bug fixes and features from forum
- Fix unicode error when debugging
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions league_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def showLeagueTable(self):
# If there are multiple tables for a competition (e.g. World Cup)
# Let's just get the required one
table = self.rawleaguedata[self.offset]
print table

#self.prog.update(92)

Expand Down Expand Up @@ -284,7 +283,6 @@ def setleague(self,lg, w):
self.redraw = True
w.close()
self.rawleaguedata = self.getLeagueTableData(self.leagueid)
print self.rawleaguedata
self.prog.update(90)

def toggleMode(self,w):
Expand Down

0 comments on commit 77fcb17

Please sign in to comment.