Remove whitespace

This commit is contained in:
Bryan Schumaker 2010-11-08 22:41:43 -05:00
parent c364fdf5d1
commit 511fb83b0e
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ def get_attrs(id, *attrs):
res += [get(attr, None)]
return res
def inc_score(id, amount=1):
rec = tracks.get(id, None)
if rec: