]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 1 Apr 2024 03:01:19 +0000 (05:01 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 1 Apr 2024 03:01:19 +0000 (05:01 +0200)
- switched from global path to virtual-environment path

daemon.py
fba.py

index a212f74f4d84f94723ed209a5da8a6e0de052272..9ab411f8c0dce7a0b28463b50595411991b1214d 100755 (executable)
--- 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 08b29c18acf6172bc3e07785b5ecf1253842df47..d131b8aed529542c2d1008108c0e4343da0ed0fb 100755 (executable)
--- 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