Skip to content

Commit

Permalink
Update newsdownload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv authored Dec 17, 2023
1 parent c79a45b commit fe41a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Channels/News_Channel/newsdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def locations_download(
+ region
+ location
+ zoom_factor
) # latitude and longitude is divided by the value of 360 (degrees of a full circle) divided by the max int for a 16-bit int
) # latitude and longitude is divided by the value of 360 (degrees of a full circle) divided by the max value for a 16-bit int
except Exception as e:
ex = "There was a error downloading the location data - line {}: {}".format(
sys.exc_info()[-1].tb_lineno, str(e)
Expand Down

0 comments on commit fe41a6a

Please sign in to comment.