diff --git a/find_posts.py b/find_posts.py index 8a6ed5a..a7ebba7 100644 --- a/find_posts.py +++ b/find_posts.py @@ -20,7 +20,7 @@ import xxhash logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.12" +VERSION = "7.1.13" argparser=argparse.ArgumentParser()