From 9d1df80bae094856599256af592eccdcc2c9163c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 20 Aug 2019 12:52:12 +0100 Subject: [PATCH] dot --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 7dca7ab2..8cd5219e 100644 --- a/daemon.py +++ b/daemon.py @@ -2961,7 +2961,7 @@ def runDaemon(projectVersion, \ args=(baseDir,httpd.personCache, \ httpd.httpPrefix, \ archiveDir, \ - httpdmaxPostsInBox),daemon=True) + httpd.maxPostsInBox),daemon=True) httpd.thrCache.start() print('Creating inbox queue')