Skip to content

Commit

Permalink
removed debugging modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 4, 2013
1 parent afce3e7 commit 160aa84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lastfm.py
Expand Up @@ -17,8 +17,6 @@ def main():
logging.basicConfig(filename="lastfm.log", level=logging.INFO)
for line in fileinput.input():
a = json.loads(line)
if a.has_key('rdio') and a['rdio']['can_stream']:
continue
info = lastfm(a["artist"], a["album"])
if not info:
logging.warn("no hit for %s/%s", artist, album)
Expand Down

0 comments on commit 160aa84

Please sign in to comment.