From c75f31b2258573b7bf2bddc3c98e38884dd44858 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:13:01 -0400 Subject: [PATCH 1/2] Bump flox from 0.18.1 to 0.20.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cd43bf..d0d98c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.25.1 -flox-lib==0.18.1 +flox-lib==0.20.1 From 344e103f43eb15b8861a87beddc0fdbe616f2ef4 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:13:48 -0400 Subject: [PATCH 2/2] Use updated Flox-lib method --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 6ccf31d..aa928ac 100644 --- a/main.py +++ b/main.py @@ -10,4 +10,5 @@ from plugin.main import Commander if __name__ == "__main__": - Commander() + commander = Commander() + commander.run()