Skip to content

Commit

Permalink
Removes unneeded comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaggy committed Feb 6, 2025
1 parent bc30417 commit 55a1931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@
SAVE_STATS_DB = (
{}
) # Keeps cache of saved stats databases so we don't write more often than we need too
# Dictionary for places we query in format key=url, value=Tuple[nickname,regex].
# Note they all must match group 2


def resolve_url_database(url: str) -> str:
"""
Expand Down

0 comments on commit 55a1931

Please sign in to comment.