Adding a session validity check in hopes of eventually expiring timed out connections.
This commit is contained in:
parent
0fc89247aa
commit
192ef521a2
3 changed files with 18 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ A really simple scheduler. We can probably get a lot fancier with this
|
|||
in the future, but it'll do for now.
|
||||
|
||||
ADDING AN EVENT:
|
||||
* Add an entry to the 'schedule' dictionary.
|
||||
* Add an entry to the 'schedule' dictionary in the 'events' file.
|
||||
* Add the proper event_ function here.
|
||||
* Profit.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue