From 138efbb2a89f3ef82d9595793b3273a214a14913 Mon Sep 17 00:00:00 2001 From: Jens Date: Mon, 21 Oct 2024 21:59:38 +0200 Subject: [PATCH] - fixed run --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 10abd0b..4b255b0 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash echo Starting collecting... -python3 arielle.py >>results/arielle.log +python3 we_collector.py >>results/arielle.log