Skip to content

Commit

Permalink
utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
distbit0 committed Jul 24, 2024
1 parent dd9d6ec commit 910daf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ src/__pycache__/
src/__pycache__/*
__pycache__/
__pycache__/*
*.session*
*.session*
.aider*
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def getBlogsFromUrls(urls):
if blogUrl:
blogUrls.append(blogUrl)

return removeDupesPreserveOrder(blogUrls)
return blogUrls


def getInvalidBlogSubstrings():
Expand Down

0 comments on commit 910daf5

Please sign in to comment.