Skip to content

Commit df76472

Browse files
committed
Fixed access to dictionary.
1 parent 1fbed48 commit df76472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebender_testing/disqus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def handle_library_comment(self, library, current_date, log):
8989
log[url] = {}
9090
log[url]['comment'] = self.update_post(post_id, new_message)
9191
else:
92-
log[url][comment] = False
92+
log[url]['comment'] = False
9393
return log
9494

9595
def handle_example_comment(self, url, results, current_date, log):

0 commit comments

Comments
 (0)