From 656a5561e22be12a57a8b4bb9f485d505a0a04e8 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 22:09:44 +0000 Subject: [PATCH] "->' git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1083 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index ba28c48..8f4d893 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -12,7 +12,7 @@ no strict 'refs'; # FIXME: dstats aborts if set my $announce = 0; my $defaultdist = "sid"; -my $refresh = &::getChanConfDefault("debianRefreshInterval",7) +my $refresh = &::getChanConfDefault('debianRefreshInterval',7) * 60 * 60 * 24; my $debug = 0; my $debian_dir = "$::bot_state_dir/debian"; -- 2.39.2