From 70dca8f598a56ec1613705b55f7581d6d69b4c28 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Wed, 5 Jun 2024 22:13:29 +0200 Subject: [PATCH] fixed link bug --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42befb5..ef74cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dash-auth = "^2.2.0" [[tool.poetry.source]] name = "threadripper" -url = "http://192.168.1.2:5001" +url = "http://192.168.1.2:5001/index/" priority = "primary" [build-system]