fix(indexer): add python path resolution in src/main.py
This commit is contained in:
@@ -3,6 +3,10 @@ import logging
|
||||
import signal
|
||||
import sys
|
||||
from typing import Optional
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
from src.config import indexer_settings
|
||||
from src.ingestion.fetcher import EVMFetcher
|
||||
from src.decoding.evm import EVMDecoder
|
||||
|
||||
Reference in New Issue
Block a user