kaiquegames069 Posted September 27, 2017 Share Posted September 27, 2017 Alguém sabe como corrigir esse erro? 0927 17:35:08756 :: Traceback (most recent call last): 0927 17:35:08756 :: File "ui.py", line 1134, in OnToggleDown 0927 17:35:08757 :: File "switchbot.py", line 149, in Activate_rare 0927 17:35:08757 :: AttributeError 0927 17:35:08757 :: : 0927 17:35:08757 :: 'int' object has no attribute 'gameWindow' 0927 17:35:08757 :: 1 Link to comment Share on other sites More sharing options...
Guest Ezrekith Posted October 15, 2017 Share Posted October 15, 2017 (edited) Hi. Since the python file can't import the gameWindow you have to add an import line at the beginning of the file. import ui, game But if for some magicial reason it still does not fix your problem, please post the Activate_rare definition here, Thanks! Edited October 15, 2017 by Ezrekith Link to comment Share on other sites More sharing options...
kaiquegames069 Posted October 17, 2017 Author Share Posted October 17, 2017 This is the bot file. Hidden Content Give reaction to this post to see the hidden content. 1 Link to comment Share on other sites More sharing options...
JavierSirenz Posted April 22, 2021 Share Posted April 22, 2021 gracias Link to comment Share on other sites More sharing options...
Pisti95 Posted May 30, 2021 Share Posted May 30, 2021 let's see Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now