From 63d343cc2fcb4cfa875da816911b3fac450eab62 Mon Sep 17 00:00:00 2001 From: Kay Faraday Date: Mon, 31 Jul 2023 02:18:11 +0000 Subject: [PATCH] make everything executable --- autodeny.py | 2 +- fedisearch.py | 1 + generate_config.py | 1 + highestpost.py | 2 +- import_following.py | 1 + notification_sound.py | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) mode change 100644 => 100755 autodeny.py mode change 100644 => 100755 fedisearch.py mode change 100644 => 100755 generate_config.py mode change 100644 => 100755 highestpost.py mode change 100644 => 100755 import_following.py mode change 100644 => 100755 notification_sound.py diff --git a/autodeny.py b/autodeny.py old mode 100644 new mode 100755 index fe8077e..559bdf6 --- a/autodeny.py +++ b/autodeny.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.8 +#!/usr/bin/env python import sys import os import re diff --git a/fedisearch.py b/fedisearch.py old mode 100644 new mode 100755 index bac034f..d4031a4 --- a/fedisearch.py +++ b/fedisearch.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Import modules import os import html2text diff --git a/generate_config.py b/generate_config.py old mode 100644 new mode 100755 index 208ad3b..b44691d --- a/generate_config.py +++ b/generate_config.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import os import requests import json diff --git a/highestpost.py b/highestpost.py old mode 100644 new mode 100755 index a00ceb4..50d3193 --- a/highestpost.py +++ b/highestpost.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.8 +#!/usr/bin/env python import os import sys import html2text diff --git a/import_following.py b/import_following.py old mode 100644 new mode 100755 index 98dbfa8..6fdb500 --- a/import_following.py +++ b/import_following.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import requests import json import os diff --git a/notification_sound.py b/notification_sound.py old mode 100644 new mode 100755 index a3e9e60..9edd576 --- a/notification_sound.py +++ b/notification_sound.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import websocket import os from playsound import playsound