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