Add space

merge-requests/30/head
Bob Mottram 2023-02-16 14:33:02 +00:00
parent 8849ca8adf
commit 0578ba46cb
1 changed files with 1 additions and 1 deletions

View File

@ -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: