From 116e8ef72b735abcb2f29e35e28621eda61c9401 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 24 Aug 2023 23:49:28 -0700 Subject: [PATCH] Modified comment --- src/main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main.py b/src/main.py index b3a93d0..005e6ad 100755 --- a/src/main.py +++ b/src/main.py @@ -73,7 +73,7 @@ class YandereBot(FediBot.YandereBot): self.load_picture_list() super(YandereBot, self).prime_bot() - # Returns a list of media paths (without the hashes) + # Returns a list of media paths def get_media_list(self, picked): ext = self.settings["settings_behavior"]["multi_media_ext"] if not picked: @@ -84,7 +84,7 @@ class YandereBot(FediBot.YandereBot): else: return [picked.get_path()] - # A callback function for get_list_of_hashes_with_profiles() that returns a single profile from @param hash_obj + # A callback function for that returns a single profile from def get_profile(self, p): profiles = self.settings["settings_post"] profile_default = self.settings["settings_post_default"] @@ -102,7 +102,6 @@ class YandereBot(FediBot.YandereBot): except FileNotFoundError: raise MissingMasterList - # Maybe I should remove this from the backend? def print_header_stats(self, picked): picked_profile, _picked = [None]*2 line = self.currentLine