Skip to content

Commit

Permalink
Update fake_traffic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Aug 17, 2021
1 parent 830f34b commit 58672ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from google_searching import ggl
from google_trends import realtime_trends

__version__ = 0.4
__version__ = 0.5

def real_trends(country='US', language='en-US'):
trends = realtime_trends(country=country, language=language, category='h', num_results=20)
Expand Down

0 comments on commit 58672ce

Please sign in to comment.