Skip to content

Commit

Permalink
Remove unused action ...
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jun 6, 2024
1 parent 68ebed8 commit 59a2960
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ftui/ftui.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,12 @@ def action_show_trade_info_dialog(self, trade_id, cl_name) -> None:
tis.client = self.client_dict[cl_name]
self.push_screen(tis)

def action_open_link(self, link) -> None:
try:
webbrowser.open(link, new=2)
except Exception as e:
print(f"Error opening link: {e}")
pass
# def action_open_link(self, link) -> None:
# try:
# webbrowser.open(link, new=2)
# except Exception as e:
# print(f"Error opening link: {e}")
# pass


def setup(args):
Expand Down

0 comments on commit 59a2960

Please sign in to comment.