diff --git a/src/main.py b/src/main.py index 21c3158..b3a93d0 100755 --- a/src/main.py +++ b/src/main.py @@ -99,7 +99,6 @@ class YandereBot(FediBot.YandereBot): try: self.listPictures = sys.stdin if self.master_file == "-" else open(self.master_file, "r") seek_to_line_number(self.listPictures, self.currentLine) - self.previousPos = self.listPictures.tell() except FileNotFoundError: raise MissingMasterList