diff --git a/fetch_blocks.py b/fetch_blocks.py index 0490209..6a4735a 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -3,7 +3,7 @@ from json import loads from hashlib import sha256 import sqlite3 -def get_type(domain): +def get_type(domain: str) -> str: try: res = get("https://"+domain, timeout=5) if "pleroma" in res.text.lower():