From 66d9d454146683c0798f1746a05984ce9ca4ce47 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 24 Oct 2004 02:26:24 +0000 Subject: [PATCH] Fix0red the scheduling of upkeep. --- scripts/supybot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot b/scripts/supybot index 0afd60309..ca7cac403 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -72,7 +72,7 @@ def main(): # is a failure between now and the time it takes the Owner plugin to load # all the various plugins, our registry file might be wiped. That's bad. interrupted = False - when = time.time() + conf.supybot.upkeepInterval() + when = conf.supybot.upkeepInterval() schedule.addPeriodicEvent(world.upkeep, when, name='upkeep', now=False) world.startedAt = started while world.ircs: