Skip to content

Commit 4ddb5d7

Browse files
authored
Update geocoding.py
1 parent d49450a commit 4ddb5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/Geocoding/geocoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#Your unique private_token should replace value of the private_token variable.
99
#To know how to obtain a unique private_token please refer the README file for this script.
10-
private_token = "6c0a7b6f14b7cb"
10+
private_token = "Your_private_token"
1111

1212
data = {
1313
'key': private_token,

0 commit comments

Comments
 (0)