Twist_19
Newbie
- Aug 19, 2019
- 50
- 12
Would you be able to tell me, in Game/Phone/Phone_simplr (RPY) file, if you open this with notepad what does it show for line 17-21? Mine shows the following, and it seems like this is where the error is coming from:I have succesfully used the app to like or dislike a girl. But I think that's the only content you gonna get from this update for that app.
def likedContact(self):
self.removeContact()
if self.condition:
simplr_contacts.append(self)
I have also added the traceback file for the error I am receiving if anyone else would be able to compare it to theirs which works. Thanks!