1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00

fix color.js path

This commit is contained in:
Lukas Winkler 2021-05-12 21:35:08 +02:00
parent 450ba98437
commit 17558630f4
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -19,7 +19,7 @@ def to_rgb_string(r: float, g: float, b: float) -> str:
cwd = Path(__file__).resolve().parent
colorjs = cwd / Path("./web/color.js")
colorjs = cwd / Path("./web/src/color.js")
if config.sentryDSN:
client = sentry_sdk.init(dsn=config.sentryDSN)