Esempio n. 1
0
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