Private
Public Access
1
0

Merge branch 'release/teamfix2'

This commit is contained in:
Sander Roosendaal
2017-02-09 21:31:06 +01:00

View File

@@ -53,7 +53,7 @@ def set_teamplanexpires(rower):
if mr.teamplanexpires > texp:
rower.teamplanexpires = mr.teamplanexpires
t.save()
t.save()
return (1,'Updated rower team expiry')