mirror of https://github.com/dirtbags/moth.git
changed to svc
This commit is contained in:
parent
d1baa77f2a
commit
1ee9d5d21d
|
@ -197,7 +197,7 @@ while True:
|
||||||
if out is not None:
|
if out is not None:
|
||||||
out.write('<tr><td>%s</td><td>%s</td>\n' % (service, team))
|
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:
|
if out is not None:
|
||||||
out.write('</table>\n')
|
out.write('</table>\n')
|
||||||
|
|
Loading…
Reference in New Issue