コード例 #1
0
def macro_AbandonedPages(macro):
    if macro.request.isSpiderAgent:  # reduce bot cpu usage
        return ''
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)
コード例 #2
0
def macro_AbandonedPages(macro):
    if macro.request.isSpiderAgent: # reduce bot cpu usage
        return ''
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)
コード例 #3
0
ファイル: AbandonedPages.py プロジェクト: aahlad/soar
def macro_AbandonedPages(macro):
    return RecentChanges.macro_RecentChanges(macro, abandoned=True)