mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:32:05 -08:00
Merge pull request #68 from D4Vinci/patch-3
Make browserforge update both headers and fingerprints
This commit is contained in:
commit
3a5c47d3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue