Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m77so committed May 7, 2022
1 parent 114893c commit 8039b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/jma_amesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_latest_timestamps() -> dict:
response = requests.get(url)
if response.status_code == 200:
data = [TimeJsonElement(**i) for i in json.loads(response.text)]
return_arr += data
timejson += data

elements = list(set([e for i in timejson for e in i.elements]))
return dict([
Expand Down

0 comments on commit 8039b96

Please sign in to comment.