We won't be needing this anymore.
This commit is contained in:
parent
925cfe6c15
commit
2d8ab115af
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
"""
|
|
||||||
This is the events module, where all of the code for periodic events needs
|
|
||||||
to reside.
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
schedule = {
|
|
||||||
'event_example': 60,
|
|
||||||
}
|
|
||||||
|
|
||||||
lastrun = {}
|
|
||||||
|
|
||||||
def event_example(server):
|
|
||||||
"""
|
|
||||||
This is where the example event would be placed.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue