From 0578ba46cbc9ce3844f1d484f54d52be033ba3d5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 16 Feb 2023 14:33:02 +0000 Subject: [PATCH] Add space --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 8dd7c63f0..a09e44967 100644 --- a/daemon.py +++ b/daemon.py @@ -16424,7 +16424,7 @@ class PubServer(BaseHTTPRequestHandler): if not can_reply_to(base_dir, nickname, domain, in_reply_to_url, reply_interval_hours): print('Reply outside of time window ' + in_reply_to_url + - str(reply_interval_hours) + ' hours') + ' ' + str(reply_interval_hours) + ' hours') self._403() return True if self.server.debug: