Skip to content

Commit

Permalink
Typo in python
Browse files Browse the repository at this point in the history
  • Loading branch information
andyepx committed Jun 17, 2017
1 parent 6148f4a commit a57844e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/_locations/vic/wyndham.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ type: Theme Node
theme: TBA
eventbrite:
location:
lat: 0.0
lat: 0.0
lat: -37.9119
lon: 144.6534
venue:
name:
address: TBA
Expand Down
2 changes: 1 addition & 1 deletion python/regions_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
latlong = location[8].split(',')
f.write('location: \n')
f.write(' lat: ' + latlong[0] + '\n')
f.write(' lat: ' + latlong[1] + '\n')
f.write(' lon: ' + latlong[1] + '\n')

f.write('venue: \n')
f.write(' name: ' + location[9] + '\n')
Expand Down

0 comments on commit a57844e

Please sign in to comment.