mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Small improvement
This commit is contained in:
parent
493a1c8194
commit
71a3bdd91d
|
@ -168,7 +168,6 @@ async def scan_group(group: str):
|
|||
async with rcqueue.retrieve_next_queued(group) as db_wiki: # acquire next wiki in queue
|
||||
logger.debug("Wiki {}".format(db_wiki["wiki"]))
|
||||
local_wiki = all_wikis[db_wiki["wiki"]] # set a reference to a wiki object from memory
|
||||
if db_wiki["rcid"] != -1:
|
||||
extended = False
|
||||
if local_wiki.mw_messages is None:
|
||||
extended = True
|
||||
|
|
Loading…
Reference in a new issue