[24.02.20] Path changes again

This commit is contained in:
andrewso 2020-02-24 14:20:40 +00:00
parent f076ee38e6
commit 829c5a4ab1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys
sys.path.append('/home/price-collector/src/')
sys.path.append('/home/price-collector/')
from threading import Thread
from pricing.collector import collector

View File

@ -8,7 +8,7 @@ from pricing.bitfinex import bitfinexPublicTicker, bitfinexHighLowVol
from pricing.coinbase import coinbasePublicTicker
from pricing.gemini import geminiPublicTicker, geminiHighLowVol, geminiOpenClose
from utils.databaseConnect import send
from src.utils.databaseConnect import send
btc_usd="src/resources/queries/V1_INSERT_NEW_PRICE_RECORD_BTC.graphql"