diff --git a/irclog.py b/irclog.py index 85724e1..2d718c0 100644 --- a/irclog.py +++ b/irclog.py @@ -1052,7 +1052,7 @@ class WebServer: ]) + '

' #TODO Implement this in a better way... fn = date.strftime('%Y-%m.log') - lines = list(self._raw_to_lines(self._file_iter_with_path(os.path.join(self.config['storage']['path'], request.match_info["path"], fn), request.match_info["path"]), filter = lambda path, ts, command, content: dateStart <= ts <= dateEnd)) + lines = list(self._raw_to_lines(self._file_iter_with_path(os.path.join(self.config['storage']['path'], request.match_info["path"], fn), request.match_info["path"]), filter = lambda path, ts, command, content: dateStart <= ts < dateEnd)) return aiohttp.web.Response( body = ''.join([ '',