update url information to prevent http 304 redirection

This commit is contained in:
Shiyang Wang
2017-05-25 14:05:02 +08:00
parent cbd6b25c1c
commit b5cd22641f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import sys
import urllib2
PULLQUERY=("https://api.github.com/repos/"
"GoogleCloudPlatform/kubernetes/pulls/{pull}")
"kubernetes/kubernetes/pulls/{pull}")
LOGIN="login"
TITLE="title"
USER="user"