Advertisement
Kapa3a

fix eroare switchbot clasic

Nov 3rd, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | Source Code | 0 0
  1. 'int' object has no attribute 'gameWindow'  Syserr client:
  2.  
  3. 1.Mergem in root /switchbot.py
  4. 2.Cautam linia in class BonusSelector(ui.Bar) :
  5.  
  6. ATENTIE este de 2 ori linia inlocuiti ambele !
  7.  
  8. if self.parentWindow.parentWindow.gameWindow != None:    
  9.  
  10. Inlocuim cu :
  11.  
  12. if self.sub_parent.parentWindow.parentWindow.gameWindow != None:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement