From 51e208bd8c1a81aa1edb3ce3c6ac2b5a82e44530 Mon Sep 17 00:00:00 2001 From: Lucas Noki Date: Sun, 2 Aug 2020 23:52:14 +0200 Subject: [PATCH] Replace 'run' with 'functions' for best practice --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 04591c0..417bcc2 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ modules = { "hacker": hacker.functions, "helloworld": helloworld.functions, "install": install.functions, - "swap": swap.run, + "swap": swap.functions, "update": update.functions, "teamspeak": teamspeak.functions, "vim": vim.functions,