mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Merge remote-tracking branch 'origin/testing' into testing
This commit is contained in:
commit
6fd8c0575e
|
@ -232,7 +232,7 @@ class Wiki(object):
|
||||||
if entry["id"] <= recent_id:
|
if entry["id"] <= recent_id:
|
||||||
continue
|
continue
|
||||||
self.abuse_processor(entry)
|
self.abuse_processor(entry)
|
||||||
return entry["id"]
|
return max([entry["id"] for entry in abuse_log])
|
||||||
|
|
||||||
def fetch_changes(self, amount):
|
def fetch_changes(self, amount):
|
||||||
"""Fetches the :amount: of changes from the wiki.
|
"""Fetches the :amount: of changes from the wiki.
|
||||||
|
|
Loading…
Reference in a new issue