From 0ac7d831cca6c9710475226d9c941d75f5e153d6 Mon Sep 17 00:00:00 2001
From: Tom Schindler <tom.schindler@student.uni-halle.de>
Date: Tue, 11 Jun 2024 13:26:11 +0200
Subject: [PATCH] =?UTF-8?q?url=20kommentar=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/Main.elm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Main.elm b/src/Main.elm
index efb8c54..8a3a7bf 100644
--- a/src/Main.elm
+++ b/src/Main.elm
@@ -94,7 +94,8 @@ subscriptions _ =
 fetchData : Cmd Msg
 fetchData =
     Http.get
-        { url = "https://gitlab.informatik.uni-halle.de/akfns/infovisualprojekt/-/raw/master/csv/smartphone_dataset.csv"
+        { -- url = "https://raw.githubusercontent.com/TomS-2000/test/main/smartphone_dataset.csv?token=GHSAT0AAAAAACS6UPFOZ4TYUP45QKFE7PGSZTIIIIA"
+          url = "https://gitlab.informatik.uni-halle.de/akfns/infovisualprojekt/-/raw/master/csv/smartphone_dataset.csv"
         , expect = Http.expectString DataReceived
         }
 
-- 
GitLab