From 0b925c53054f6bf02ef708a9fb337fed5154b8ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 1 Apr 2024 05:01:19 +0200 Subject: [PATCH] Continued: - switched from global path to virtual-environment path --- daemon.py | 2 +- fba.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon.py b/daemon.py index a212f74..9ab411f 100755 --- a/daemon.py +++ b/daemon.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!venv/bin/python3 # -*- coding: utf-8 -*- # Fedi API Block - An aggregator for fetching blocking data from fediverse nodes diff --git a/fba.py b/fba.py index 08b29c1..d131b8a 100755 --- a/fba.py +++ b/fba.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!venv/bin/python3 # -*- coding: utf-8 -*- # Fedi API Block - An aggregator for fetching blocking data from fediverse nodes -- 2.39.5