From: Roland Häder Date: Mon, 29 May 2023 19:33:45 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=081d47c1784379b4e7d7104c239c40f106f7bcf1;p=fba.git Continued: - made executable - added interpreter line and encoding --- diff --git a/fetch_blocks.py b/fetch_blocks.py old mode 100644 new mode 100755 index bbccb93..972f47e --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -1,3 +1,6 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- + # Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation # diff --git a/fetch_instances.py b/fetch_instances.py old mode 100644 new mode 100755 index a453fd9..63a8fa7 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -1,3 +1,6 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- + # Fedi API Block - An aggregator for fetching blocking data from fediverse nodes # Copyright (C) 2023 Free Software Foundation #