Skip to content

Commit

Permalink
fix: [show domains] fix down domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jun 2, 2023
1 parent 3e9dd8a commit 62880e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/lib/objects/Domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ def get_crawled_items_by_epoch(self, epoch=None):
root_item = self.get_last_item_root()
if root_item:
return self.get_crawled_items(root_item)
else:
return []


# TODO FIXME
def get_all_urls(self, date=False, epoch=None):
Expand Down

0 comments on commit 62880e3

Please sign in to comment.