Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
Update useragent
  • Loading branch information
deedy5 authored Nov 10, 2021
1 parent 74e676f commit bdf1211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fake_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from google_searching import ggl
from google_trends import realtime_trends

__version__ = '1.5'
__version__ = '1.6'

THREADS = 2
MIN_WAIT = 1
Expand All @@ -32,7 +32,7 @@
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate, br",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0",
}
URLS_CACHE = set()

Expand Down

0 comments on commit bdf1211

Please sign in to comment.