Replace 'run' with 'functions' for best practice
This commit is contained in:
parent
d03fe99af0
commit
51e208bd8c
2
main.py
2
main.py
@ -16,7 +16,7 @@ modules = {
|
|||||||
"hacker": hacker.functions,
|
"hacker": hacker.functions,
|
||||||
"helloworld": helloworld.functions,
|
"helloworld": helloworld.functions,
|
||||||
"install": install.functions,
|
"install": install.functions,
|
||||||
"swap": swap.run,
|
"swap": swap.functions,
|
||||||
"update": update.functions,
|
"update": update.functions,
|
||||||
"teamspeak": teamspeak.functions,
|
"teamspeak": teamspeak.functions,
|
||||||
"vim": vim.functions,
|
"vim": vim.functions,
|
||||||
|
Loading…
Reference in New Issue
Block a user