Skip to content

Commit

Permalink
Forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vhou-Atroph committed May 1, 2024
1 parent f6bf2ec commit 1037714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tt_damage_calculator/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ class App(Tk):
"""Class for the gag calculator's full app."""

def __init__(self):
Tk.__init__(self)

# Base
Tk.__init__(self)
self.title("Toontown Damage Calculator")
self.pinned = BooleanVar()
self.get_asset_path()
Expand Down

0 comments on commit 1037714

Please sign in to comment.