def macro_AbandonedPages(macro):
    if macro.request.isSpiderAgent:  # reduce bot cpu usage
        return ''
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)
def macro_AbandonedPages(macro):
    if macro.request.isSpiderAgent: # reduce bot cpu usage
        return ''
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)
Exemple #3
0
def macro_AbandonedPages(macro):
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)