From: Roland Häder Date: Mon, 1 Apr 2024 03:01:19 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b925c53054f6bf02ef708a9fb337fed5154b8ea;p=fba.git Continued: - switched from global path to virtual-environment path --- 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