Exemplo n.º 1
0
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)
Exemplo n.º 3
0
def macro_AbandonedPages(macro):
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)