Skip to content

Commit 1b9b8ce

Browse files
committed
Fix flake8 error in index.py
1 parent 1844c81 commit 1b9b8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbviewer/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def index_notebook(self, notebook_url, notebook_contents, public=False):
5050
)
5151
else:
5252
app_log.info(
53-
"Indexing old notebook={}, public={}".format(notebook_url, public, resp)
53+
"Indexing old notebook={}, public={}".format(notebook_url, public)
5454
)

0 commit comments

Comments
 (0)