From 42e2171965a44f17228cde5218349d0a8e598980 Mon Sep 17 00:00:00 2001 From: Snowworm <61204146+Snowworm3000@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:49:49 +0100 Subject: [PATCH] Update comments so they are inline with the updated decky-loader api --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 07842f0..a7a8a3a 100644 --- a/main.py +++ b/main.py @@ -1,9 +1,9 @@ import os -# The decky plugin module is located at decky-loader/plugin +# The decky plugin module is located at decky-loader (repo) -> backend/decky_loader/plugin/imports # For easy intellisense checkout the decky-loader code one directory up -# or add the `decky-loader/plugin` path to `python.analysis.extraPaths` in `.vscode/settings.json` -import decky_plugin +# and add the `decky-loader/backend/decky_loader/plugin/imports` path to `python.analysis.extraPaths` in `.vscode/settings.json` +import decky as decky_plugin class Plugin: