Skip to content

Commit

Permalink
Tidy up a little
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Aug 24, 2024
1 parent 3122892 commit 194642a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ftui/screens/dashboard_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@


class DashboardScreen(TimedScreen):


COLLAP_FUNC_MAP = {
# collapsibles
"dsh-cp-collap": "update_cumulative_profit_plot",
Expand Down
2 changes: 0 additions & 2 deletions ftui/screens/main_bot_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@


class MainBotScreen(TimedScreen):
timers = {}

TAB_FUNC_MAP = {
# tabs
"open-trades-tab": "update_open_trades_tab",
Expand Down

0 comments on commit 194642a

Please sign in to comment.