Merge pull request #68 from D4Vinci/patch-3

Make browserforge update both headers and fingerprints
This commit is contained in:
daijro 2024-11-03 03:46:59 -06:00 committed by GitHub
commit 3a5c47d3dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ def fetch(browserforge=False) -> None:
download_mmdb() download_mmdb()
if browserforge: if browserforge:
update_browserforge() update_browserforge(headers=True, fingerprints=True)
@cli.command(name='remove') @cli.command(name='remove')