Skip to content

Commit

Permalink
add comment to explain the dev directory import
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Jun 27, 2020
1 parent ccbfad3 commit f13a4ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_events_listener.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os, sys, toml, shutil, asyncio

# to import binance.py from the dev directory
# to import binance.py from the dev directory, you can actually remove this line
# if you just want to start your bot from this base
sys.path.append("../")
import binance

Expand Down

0 comments on commit f13a4ba

Please sign in to comment.