fixed check-git.py, fixed a fix was killing nzbcount during optimization

This commit is contained in:
jonnyboy
2013-03-07 03:27:49 +01:00
parent 4c866f476b
commit a4e10cb036
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ def gitCurrentVersion():
return current_commit
def latestCommit():
url = 'https://api.github.com/repos/jonnyboy/newznab-tmux/commits/dev'
url = 'https://api.github.com/repos/jonnyboy/newznab-tmux/commits/master'
result = urllib2.urlopen(url).read()
git = json.JSONDecoder().decode(result)
return git['sha']