コード例 #1
0
ファイル: antbs.py プロジェクト: TheMushrr00m/auta
def maybe_check_for_remote_commits():
    """


    """
    check = repo_mon.maybe_check_for_new_items()
    if not check:
        repo_queue.enqueue_call(repo_mon.check_for_new_items)
コード例 #2
0
ファイル: antbs.py プロジェクト: lots0logs/auta
def maybe_check_for_remote_commits():
    check = repo_mon.maybe_check_for_new_items()
    if not check:
        repo_mon.check_for_new_items()