示例#1
0
文件: misc.py 项目: ovh/cerberus-core
def get_ip_report_count(ip_addr=None):
    """ Get hits for an ip
    """
    code, resp = GeneralController.get_ip_report_count(ip=ip_addr)
    return code, resp