Skip to content

Commit

Permalink
Fix get_notifier import
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Dec 7, 2023
1 parent c86eee8 commit ea8aa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import yaml

from thetagang_notifications.config import TRADE_SPEC_FILE
from thetagang_notifications.trade import get_notifier
from thetagang_notifications.notification import get_notifier


def download_trade(trade_guid):
Expand Down
2 changes: 1 addition & 1 deletion run_trades.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from schedule import every, repeat, run_pending

from thetagang_notifications.config import PATRON_TRADES_ONLY, SKIPPED_USERS
from thetagang_notifications.trade import get_notifier
from thetagang_notifications.notification import get_notifier
from thetagang_notifications.trade_queue import TradeQueue

# Setup our shared logger.
Expand Down

0 comments on commit ea8aa61

Please sign in to comment.