Skip to content

Commit

Permalink
log to lastfm.log
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 4, 2013
1 parent ca6ce4f commit afce3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lastfm.py
Expand Up @@ -14,7 +14,7 @@
import fileinput

def main():
logging.basicConfig(filename="augment.log", level=logging.INFO)
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']:
Expand Down

0 comments on commit afce3e7

Please sign in to comment.