Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed Jul 18, 2024
1 parent 7474e75 commit dfbff71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def main(args):
# .env loading
load_dotenv(".env")
API_URL = os.environ.get("API_URL")
API_URL = "https://api.pyronear.org"
LAT = float(os.environ.get("LAT"))
LON = float(os.environ.get("LON"))
assert isinstance(API_URL, str) and isinstance(LAT, float) and isinstance(LON, float)
Expand Down

0 comments on commit dfbff71

Please sign in to comment.