From f3756fbbe5ea8888e41dfa708c333aaa3928bcab Mon Sep 17 00:00:00 2001 From: Lord-Malgus Date: Sat, 11 Feb 2023 18:50:43 -0500 Subject: [PATCH] Update chia_price.py --- chia_price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chia_price.py b/chia_price.py index e932845..841858a 100644 --- a/chia_price.py +++ b/chia_price.py @@ -50,7 +50,7 @@ def __init__(self): # Set the size and position of the window self.resize(207, 80) self.move(QApplication.desktop().screen().rect().center()- self.rect().center()) - # Create a label to display the link to the Chia price website + # Create a label to display the link to the dexie website self.title_label = QLabel("Dexie Chia Price", self) self.title_label.setFont(QFont("Arial", 9)) self.title_label.move (10,-5)