Skip to content

Commit

Permalink
Even more docstring polish
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Sep 4, 2024
1 parent 54b7b4e commit fff3da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_defi/token_analysis/tokensniffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ class CachedTokenSniffer(TokenSniffer):
db_file = Path(cache_path) / "tokensniffer.sqlite"
tokensniffer_threshold = 24 # Quite low threshold, 0 = total scam
sniffer = CachedTokenSniffer(
db_file,
TOKENSNIFFER_API_KEY,
Expand Down

0 comments on commit fff3da6

Please sign in to comment.