Private
Public Access
1
0

fixed something

This commit is contained in:
Sander Roosendaal
2019-11-21 20:49:45 +01:00
parent ff06efd45d
commit 03e09b3d5c
2 changed files with 3 additions and 1 deletions

View File

@@ -2945,7 +2945,7 @@ def interactive_chart(id=0,promember=0,intervaldata = {}):
hover.mode = 'mouse'
hover.names = ["spm","pace"]
script, div = components(layout)
script, div = components(plot)
return [script,div]

View File

@@ -33,6 +33,8 @@ def get_video_id(url):
if url.startswith(('youtu', 'www')):
url = 'http://' + url
elif 'http' not in url:
return url
query = urlparse(url)