8000 ... · loopbio/plotly.py@0c7bb1c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0