mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Elucidating comment.
This commit is contained in:
parent
78b9d0b47d
commit
d6e3f13513
@ -160,6 +160,8 @@ def startDying():
|
||||
def finished():
|
||||
log.info('Shutdown complete.')
|
||||
|
||||
# These are in order; don't reorder them for cosmetic purposes. The order
|
||||
# in which they're registered is the reverse order in which they will run.
|
||||
atexit.register(finished)
|
||||
atexit.register(upkeep)
|
||||
atexit.register(makeIrcsDie)
|
||||
|
Loading…
Reference in New Issue
Block a user