From 9b42582d79664e6eb7b77560fecc6cfc5831ca08 Mon Sep 17 00:00:00 2001 From: YourKalamity <63474858+YourKalamity@users.noreply.github.com> Date: Thu, 7 Jan 2021 20:59:42 +0000 Subject: [PATCH] Fix small bug thanks NinjaCheetah --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e30679f..a76e054 100644 --- a/main.py +++ b/main.py @@ -667,7 +667,7 @@ if __name__ == "__main__": else: #Non Jeve Stobs worshippers - from tkmacosx import Button + from tkinter import Button backgroundColour = "#252a34" foregroundColour = "white" buttonColour = "#7289DA"