Minor correction

This commit is contained in:
Anon 2023-03-12 20:28:16 -07:00
parent 70a9f7457e
commit a6a7f71e08

View File

@ -157,7 +157,7 @@ class YandereBot(FediBot.YandereBot):
"message": message "message": message
} }
def after_pick(self, picked): def after_post(self, picked):
if picked: if picked:
self.currentProfileIndex[self.currentIndexCount] += 1 self.currentProfileIndex[self.currentIndexCount] += 1
self.currentIndexCount += 1 self.currentIndexCount += 1