changed to svc

This commit is contained in:
Curt Hash 2009-10-08 17:24:05 -06:00
parent d1baa77f2a
commit 1ee9d5d21d
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ while True:
if out is not None:
out.write('<tr><td>%s</td><td>%s</td>\n' % (service, team))
pointscli.submit(service, team, 1)
pointscli.submit('svc.' + service, team, 1)
if out is not None:
out.write('</table>\n')