Skip to content

Commit 9235c9d

Browse files
committed
fix modified plotlyaccount var
1 parent ee9a2b0 commit 9235c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plotly.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ function style(style_opts,meta_opts=Dict())
9090

9191
r = post(endpoint,
9292
merge(default_opts,
93-
{"un" => plotlyaccount.username,
94-
"key" => plotlyaccount.api_key,
93+
{"un" => creds.username,
94+
"key" => creds.api_key,
9595
"args" => json([style_opts]),
9696
"origin" => "style",
9797
"kwargs" => json(meta_opts)}))

0 commit comments

Comments
 (0)