Skip to content

Commit e9d2a36

Browse files
author
Martin Journois
committed
bugfix : renamed .template to .html
1 parent 1f13ad5 commit e9d2a36

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

folium/plugins/timestamped_geo_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self, data, transition_time=200, loop=True, auto_play=True):
7070
"""
7171
super(TimestampedGeoJson, self).__init__()
7272
self.plugin_name = 'TimestampedGeoJson'
73-
self.template = self.env.get_template('timestamped_geo_json.template')
73+
self.template = self.env.get_template('timestamped_geo_json.html')
7474
if 'read' in dir(data):
7575
self.data = data.read()
7676
elif type(data) is dict:

0 commit comments

Comments
 (0)