Changeset 180
- Timestamp:
- 07/15/08 21:01:00 (1 month 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
r179 r180 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 user.lastauth = time() 103 103 return True 104 104 else: