From 3d3706bb3982a2d430dca9c9de2e350b2c91c9ca Mon Sep 17 00:00:00 2001 From: Francis Altomare Date: Thu, 25 Oct 2018 17:55:56 +0200 Subject: [PATCH] typeo --- githubcommit/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubcommit/handlers.py b/githubcommit/handlers.py index 678dbee..97fb470 100644 --- a/githubcommit/handlers.py +++ b/githubcommit/handlers.py @@ -94,7 +94,7 @@ def put(self): # open pull request try: github_url = "https://api.github.com/repos/{}/pulls".format(git_repo_upstream) - github_pr = {9 + github_pr = { "title":"{} Notebooks".format(git_user), "body":"IPython notebooks submitted by {}".format(git_user), "head":"{}:{}".format(git_user, git_remote),