mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-02-20 17:12:50 +00:00
fix env
This commit is contained in:
parent
6a9778b93a
commit
f7736d4008
@ -3,7 +3,7 @@ import urllib.request
|
||||
import json
|
||||
import os
|
||||
|
||||
apiKey = os.environ["radiosondy-apikey"]
|
||||
apiKey = os.environ["radiosondy_apikey"]
|
||||
|
||||
params = "?token={}&period=2".format(apiKey)
|
||||
url = "https://radiosondy.info/api/v1/sonde-logs{}".format(params)
|
||||
|
Loading…
x
Reference in New Issue
Block a user