From 103771428d6e3ff1517c3ca65733e5181bf3ac11 Mon Sep 17 00:00:00 2001 From: Vhou-Atroph Date: Tue, 30 Apr 2024 20:53:55 -0500 Subject: [PATCH] Forgor --- src/tt_damage_calculator/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tt_damage_calculator/widgets.py b/src/tt_damage_calculator/widgets.py index dca2ba2e..501a7b36 100644 --- a/src/tt_damage_calculator/widgets.py +++ b/src/tt_damage_calculator/widgets.py @@ -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()