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