Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 29 May 2023 19:33:45 +0000 (21:33 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 29 May 2023 19:33:45 +0000 (21:33 +0200)
- made executable
- added interpreter line and encoding

fetch_blocks.py [changed mode: 0644->0755]
fetch_instances.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index bbccb93..972f47e
@@ -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
 #
old mode 100644 (file)
new mode 100755 (executable)
index a453fd9..63a8fa7
@@ -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
 #