mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
examples: set system path to base dir
This commit is contained in:
committed by
Jacob Plaster
parent
2221ca3e4c
commit
1b0c0674d4
@@ -2,7 +2,7 @@ import os
|
||||
import sys
|
||||
import asyncio
|
||||
import time
|
||||
sys.path.append('../')
|
||||
sys.path.append('../../../')
|
||||
|
||||
from bfxapi import Client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user