Skip to content

Commit 9653f0c

Browse files
add source
1 parent aaecd85 commit 9653f0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sc_google_maps_api/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.3'
1+
__version__ = '1.0.4'

sc_google_maps_api/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ def scrape(
1919
}
2020

2121
headers.update(default_headers)
22+
params["source"] = "python_sdk"
2223

2324
return request("POST", self.api_url, data=params, headers=headers, **kwargs)

0 commit comments

Comments
 (0)