Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
fixes #187
fixes #176
  • Loading branch information
jklmnn committed Apr 26, 2019
1 parent 94c514b commit f34b432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion park_api/cities/Wiesbaden.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def parse_html(html):
# so we look in this for name and values
td = table[2].find_all('td')
i = 0
while i < len(td)-4 :
while i < len(td)-4 :
# for each row
# td[0] contains an image
# td[1] contains the name of the parking-lot
Expand Down

0 comments on commit f34b432

Please sign in to comment.