From eefd15a6b79b29f008f2f7306d316a9af69816a4 Mon Sep 17 00:00:00 2001 From: smypmsa Date: Thu, 14 Aug 2025 16:56:41 +0000 Subject: [PATCH] fix(examples): module path --- learning-examples/manual_buy_geyser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learning-examples/manual_buy_geyser.py b/learning-examples/manual_buy_geyser.py index 73f2c89..d9b4bc2 100644 --- a/learning-examples/manual_buy_geyser.py +++ b/learning-examples/manual_buy_geyser.py @@ -2,6 +2,7 @@ import asyncio import json import os import struct +import sys import base58 import grpc @@ -20,6 +21,7 @@ from spl.token.instructions import ( get_associated_token_address, ) +sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..")) from src.geyser.generated import ( geyser_pb2, geyser_pb2_grpc,