From 081d47c1784379b4e7d7104c239c40f106f7bcf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 29 May 2023 21:33:45 +0200 Subject: [PATCH] Continued: - made executable - added interpreter line and encoding --- fetch_blocks.py | 3 +++ fetch_instances.py | 3 +++ 2 files changed, 6 insertions(+) mode change 100644 => 100755 fetch_blocks.py mode change 100644 => 100755 fetch_instances.py 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 # -- 2.39.5