correction syntaxe
darcs-hash:20071001031528-aaf26-f43d877e144216826ecf8188a4d0fc693a775f40.gz
This commit is contained in:
parent
21dd21e74d
commit
ca36eeb0d0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def do_auth(mac):
|
||||||
if dat[1] in (8, 9):
|
if dat[1] in (8, 9):
|
||||||
# En septembre les anciennes adhésions sont OK
|
# En septembre les anciennes adhésions sont OK
|
||||||
ann_scol -= 1
|
ann_scol -= 1
|
||||||
elif dat[1] = 10 and dat[0] in (1,2,3):
|
elif dat[1] == 10 and dat[0] in (1,2,3):
|
||||||
# On laisse 3 jours ou les gens ont une page sur squid
|
# On laisse 3 jours ou les gens ont une page sur squid
|
||||||
ann_scol -= 1
|
ann_scol -= 1
|
||||||
if ann_scol > paid:
|
if ann_scol > paid:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue