Open CallMeCore opened 6 months ago
self.three_cards_real = self.find_three_cards()
style_file.open(QFile.ReadOnly | QFile.Text)
Fix: TypeError : object of type ' NoneType' has no len () because self.three_cards_real is inited as value of None
self.three_cards_real = self.find_three_cards()
Fix: QIODevice::read (QFile, "style.qss"): device not open
style_file.open(QFile.ReadOnly | QFile.Text)