From a0bff952ceefae9c2cceb5c9860b28a93e910968 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Sat, 20 Jan 2024 19:21:55 +0000 Subject: [PATCH] [ci] auto-format --- plugins/utilities/share_replay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/utilities/share_replay.py b/plugins/utilities/share_replay.py index 5bf401f..424a912 100644 --- a/plugins/utilities/share_replay.py +++ b/plugins/utilities/share_replay.py @@ -145,7 +145,7 @@ class Help(PopupWindow): bui.containerwidget(edit=self.root_widget, on_outside_click_call=self.close) bui.textwidget(parent=self.root_widget, position=(0, self.height * 0.7), corner_scale=1.2, color=green, - text=f"»Replays are exported to\n {external_dir}\n»Copy replays to the above folder to be able to import them into the game\n»I would love to hear from you,meet me on discord\n -LoupGarou(author)") + text=f"»Replays are exported to\n {external_dir}\n»Copy replays to the above folder to be able to import them into the game\n»I would love to hear from you,meet me on discord\n -LoupGarou(author)") def close(self): bui.getsound('swish').play() @@ -268,7 +268,7 @@ class ShareTabUi(WatchWindow): ) self.scroll2 = bui.columnwidget(parent=scroll, - size=(sub_scroll_width, sub_scroll_height)) + size=(sub_scroll_width, sub_scroll_height)) tabdefs = [(MyTabId.INTERNAL, 'INTERNAL'), (MyTabId.EXTERNAL, "EXTERNAL")] self.tab_row = TabRow(self.root, tabdefs, pos=(stab_h, sub_scroll_height),