Forgot the world.upkeep periodic event.

This commit is contained in:
Jeremy Fincher 2003-09-01 07:15:18 +00:00
parent 85caaf6696
commit 78d32f1be9

View File

@ -60,6 +60,8 @@ def main():
import debug
import world
import drivers
import schedule
schedule.addPeriodicEvent(world.upkeep, 300)
world.startedAt = started
try:
while world.ircs: