Skip to content

Commit

Permalink
Little tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Jan 12, 2015
1 parent 2ef7e00 commit 66ef3a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@
n = int(_S_("DisplayTime"))
NOTIFY_TIME = n * 1000

print "TIMEOUT {}".format(NOTIFY_TIME)

# STATUS_DICT object
# Format is {status: [status text, image path]}
STATUS_DICT = {"FT": ["Full Time", IMG_FT],
"HT": ["Half Time", IMG_HT],
"L": ["Latest", IMG_LATEST],
"Fixture": ["Fixture", IMG_FIXTURE]}

def localise(id):
'''Gets localised string.
Expand Down

0 comments on commit 66ef3a7

Please sign in to comment.