Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c7bb1c

Browse files
committed
...
1 parent 26c3714 commit 0c7bb1c

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
@@ -1476,6 +1476,7 @@ def get_grid(grid_url, raw=False):
14761476
url_path = url_path[0: -1]
14771477
url_path = url_path.replace('/', ':')
14781478
get_url = upload_url + '/' + url_path + '/content'
1479+
print url_path
14791480

14801481
r = requests.get(get_url, headers=headers)
14811482
json_res = json.loads(r.text)

0 commit comments

Comments
 (0)