Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jun 20, 2023
1 parent 00d1224 commit 99ca674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@
"""
app = FastAPI(docs_url="/swagger", redoc_url=None)

# origins = os.getenv("ORIGINS", "https://*.nowcasting.io,https://*-openclimatefix.vercel.app,https://*.quartz.solar")
# origins = os.getenv("ORIGINS",
# "https://*.nowcasting.io,
# https://*-openclimatefix.vercel.app,https://*.quartz.solar")
# .split(
# ","
# )
Expand Down

0 comments on commit 99ca674

Please sign in to comment.