Changeset 179
- Timestamp:
- 07/15/08 20:21:28 (3 months ago)
- Files:
-
- trunk/antimatter/luke/myplugs/libtracker/auth.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/antimatter/luke/myplugs/libtracker/auth.py
r165 r179 100 100 user = authenticated.data[ievent.userhost] 101 101 if ((config.get('max_auth') - (time() - user.lastauth)) > 0): 102 user.lastauth = config.get('max_auth') 102 103 return True 103 104 else: