Skip to content

Commit

Permalink
fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johejo committed Oct 13, 2017
1 parent 6e1a5d3 commit 389b157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion station.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
tracks = api.get_station_tracks(target)

i = 0
while True:
while i < len(tracks):
try:
track_id = tracks[i]['storeId']
except KeyError:
Expand Down

0 comments on commit 389b157

Please sign in to comment.