Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot committed Apr 22, 2024
1 parent ded92e6 commit cb576c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit cb576c1

Please sign in to comment.