This commit is contained in:
vabene1111
2025-08-30 08:08:54 +02:00
parent 63d358df36
commit a83f474d70

View File

@@ -4,6 +4,8 @@ import traceback
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
#TODO clean existing links for when plugins are uninstalled or not necessary because it will just be empty links?
PLUGINS_DIRECTORY = os.path.join(BASE_DIR, 'recipes', 'plugins')
if os.path.isdir(PLUGINS_DIRECTORY):
for d in os.listdir(PLUGINS_DIRECTORY):