From 33406db790dbf8602376396d9cc79436878e5551 Mon Sep 17 00:00:00 2001 From: Frisk Date: Tue, 1 Dec 2020 12:38:06 +0100 Subject: [PATCH] Fix #177 --- src/rc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rc.py b/src/rc.py index 3e6e72c..bcc9c23 100644 --- a/src/rc.py +++ b/src/rc.py @@ -243,6 +243,7 @@ class Recent_Changes_Class(object): logger.warning("Path query.recentchanges not found inside request body. Skipping...") return else: + self.downtime_controller(False) rc_last_id = self.prepare_rc(rc, amount) if settings.get("show_abuselog", False): try: