Vincentzyx / DouZero_For_HLDDZ_FullAuto

将DouZero用于欢乐斗地主自动化
Apache License 2.0
680 stars 168 forks source link

Fix: TypeError : object of type ' NoneType' has no len () && Fix: QIODevice::read (QFile, "style.qss"): device not open #38

Open CallMeCore opened 6 months ago

CallMeCore commented 6 months ago

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)