From f076ee38e65485bea19f50f07d814b8b0db1a048 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Mon, 24 Feb 2020 14:15:23 +0000 Subject: [PATCH] [24.02.20] Path changes --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index c9bf6bb..be5cf1b 100644 --- a/src/main.py +++ b/src/main.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import sys -sys.path.append('/home/price-collector/') +sys.path.append('/home/price-collector/src/') from threading import Thread from pricing.collector import collector