Revision 298
| trunk/swipe/tooltron.py (revision 298) | ||
|---|---|---|
| 288 | 288 |
if len(result[0]) >= 2: |
| 289 | 289 |
print "date_paid: ",result[0][1] |
| 290 | 290 |
logMessage(user + " has not paid since " + result[0][1] + ", revoking access!") |
| 291 |
acl = [] |
|
| 291 | 292 |
else: |
| 292 | 293 |
logMessage(user + " has not paid, revoking access!") |
| 293 | 294 |
acl = [] |
Also available in: Unified diff