Skip to content

Commit

Permalink
Update google_trends.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed May 5, 2021
1 parent a977bfe commit 8f1c10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_trends.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import requests

__version__ = 0.3
__version__ = 0.4

def _get_json(date, country, language, timezone): # timezone '-420'(GMT-7 == -7*60)
# get json from google trends
Expand Down

0 comments on commit 8f1c10d

Please sign in to comment.