From cb576c186182c1cbd09ed5bb09badd35c156746d Mon Sep 17 00:00:00 2001 From: KDot227 Date: Mon, 22 Apr 2024 18:11:07 -0500 Subject: [PATCH] fix? --- src/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.py b/src/main.py index 7fc9b07..a734f39 100644 --- a/src/main.py +++ b/src/main.py @@ -73,10 +73,7 @@ def compose(self) -> ComposeResult: class SomalifuscatorV2(App): - if not os.path.exists("style.tcss"): - with open("style.tcss", "w") as f: - f.write(css) - CSS_PATH = "style.tcss" + CSS = css BINDINGS = [ Binding("d", "toggle_debug", "Toggle Debug"), Binding("q", "quit", "Quit"),