Fixing scripts

This commit is contained in:
fundor333
2025-04-14 00:56:09 +02:00
parent 5ab8d8c1d1
commit 42e6415807
6 changed files with 48 additions and 39 deletions

View File

@@ -28,6 +28,6 @@ def get_url_from_feed(feed_url: str):
send_webmention(link.link)
if __name__ == '__main__':
if __name__ == "__main__":
for url in feed_url:
get_url_from_feed(url)