mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Fix #177
This commit is contained in:
parent
0d326a6126
commit
33406db790
|
@ -243,6 +243,7 @@ class Recent_Changes_Class(object):
|
||||||
logger.warning("Path query.recentchanges not found inside request body. Skipping...")
|
logger.warning("Path query.recentchanges not found inside request body. Skipping...")
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
|
self.downtime_controller(False)
|
||||||
rc_last_id = self.prepare_rc(rc, amount)
|
rc_last_id = self.prepare_rc(rc, amount)
|
||||||
if settings.get("show_abuselog", False):
|
if settings.get("show_abuselog", False):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue