diff --git a/find_posts.py b/find_posts.py index 9618874..9262dc0 100644 --- a/find_posts.py +++ b/find_posts.py @@ -21,7 +21,7 @@ import xxhash logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.6" +VERSION = "7.1.7" argparser=argparse.ArgumentParser()