Private
Public Access
1
0

indentation error fixed

This commit is contained in:
Sander Roosendaal
2017-02-09 21:29:40 +01:00
parent 5e7b36f87b
commit 5f97554bc6

View File

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