We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b79310 commit ae827c1Copy full SHA for ae827c1
1 file changed
folium/plugins/realtime.py
@@ -80,7 +80,7 @@ class Realtime(JSCSSMixin, MacroElement):
80
= {{ this.container.get_name() }};
81
{% endif -%}
82
83
- var {{ this.get_name() }} = new L.realtime(
+ var {{ this.get_name() }} = L.realtime(
84
{% if this.src is string or this.src is mapping -%}
85
{{ this.src|tojson }},
86
{% else -%}
0 commit comments