From bbbdabeaaefae51664e404631a8d25befbc2d446 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 6 Oct 2022 16:35:34 +0800 Subject: [PATCH] deleted force_fetch.py, doesn't work --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 0c7cba4..d475069 100755 --- a/startup.sh +++ b/startup.sh @@ -1,3 +1,3 @@ #!/bin/sh cd /home/pi/fintic -sudo -E taskset -c 3 python3 database_caller.py & sudo -E python3 server.py & ./check_update.sh & python3 force_fetch.py +sudo -E taskset -c 3 python3 database_caller.py & sudo -E python3 server.py & ./check_update.sh