Skip to content

Commit

Permalink
Update duckduckgo_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Feb 8, 2022
1 parent 256a228 commit a3b367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckduckgo_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def ddg_maps(keywords, place=None, street=None, city=None, county=None, state=No
lat_b -= Decimal(radius)*Decimal(0.008983)
lon_l -= Decimal(radius)*Decimal(0.008983)
lon_r += Decimal(radius)*Decimal(0.008983)
print(f"bbox coordinates\ntopleft= {lat_t} {lon_l}\nbottomright= {lat_b} {lon_r}")
print(f"bbox coordinates\n{lat_t} {lon_l}\n{lat_b} {lon_r}")

# сreate a queue of search squares (bboxes)
work_bboxes = deque()
Expand Down

0 comments on commit a3b367a

Please sign in to comment.