10000 link issue · modulexcite/plotly.py@07bc7b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07bc7b4

Browse files
committed
link issue
1 parent faee781 commit 07bc7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotly/plotly/plotly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,7 @@ def add_share_key_to_url(plot_url, attempt=0):
13481348

13491349
# sometimes a share key is added, but access is still denied
13501350
# check for access, and retry a couple of times if this is the case
1351+
# https://github.com/plotly/streambed/issues/4089
13511352
embed_url = plot_url.split('?')[0] + '.embed' + plot_url.split('?')[1]
13521353
access_res = requests.get(embed_url)
13531354
if access_res.status_code == 404:

0 commit comments

Comments
 (0)
0