Skip to content

Commit

Permalink
add roomservice
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisright committed Jun 3, 2012
1 parent 392220b commit 33b8ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/roomservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

page = 1
while not depsonly:
result = json.loads(urllib2.urlopen("http://github.com/api/v2/json/repos/show/Classicnerd?page=%d" % page).read())
result = json.loads(urllib2.urlopen("http://github.com/api/v2/json/repos/show/CLassicnerd?page=%d" % page).read())
if len(result['repositories']) == 0:
break
repositories = repositories + result['repositories']
Expand Down

0 comments on commit 33b8ab4

Please sign in to comment.