From cf7ede5495d1349c3e5a9d2830666d18e529d65c Mon Sep 17 00:00:00 2001 From: agres Date: Wed, 19 Mar 2025 21:05:33 +0100 Subject: [PATCH] Fix startup --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 5fb7fd1..7f269f3 100755 --- a/startup.sh +++ b/startup.sh @@ -11,4 +11,4 @@ else exit 1 fi -.venv/bin/python3 src/scraper.py +.venv/bin/python3 src/runtime.py