🤬
  • ■ ■ ■ ■
    isp_data_pollution.py
    skipped 482 lines
    483 483   if url in getattr(self.domain_links,domain,set()):
    484 484   self.domain_links[domain].remove(url)
    485 485   if len(self.domain_links[domain]) == 0:
    486  - self.domain_links.remove(domain)
     486 + del self.domain_links[domain]
    487 487   result = True
    488 488   return result
    489 489   
    skipped 171 lines
Please wait...
Page is in error, reload to recover