Skip to content

Commit

Permalink
fix Refactor bot.py to use fmosettings instead of settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Apr 24, 2023
1 parent d72dbd9 commit 22568cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from config import settings

from findmyorder import findmyorder
from findmyorder.config import settings
from findmyorder.config import fmosettings

import ccxt
from dxsp import DexSwap
Expand Down

0 comments on commit 22568cd

Please sign in to comment.