summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.py b/main.py
index 20208ba..e4f72f3 100755
--- a/main.py
+++ b/main.py
@@ -5,7 +5,8 @@ import sys
AVAILABLE_PLATFORMS = {
"1": ("Nifi", nifi),
- "2": ("Telegraf", telegraf)}
+ "2": ("Telegraf", telegraf)
+ }
def list_platforms():
@@ -16,7 +17,7 @@ def list_platforms():
def main():
- ## Kontrolli kas platform andi käsureamuutujana
+ ## Kontrolli kas platform anti käsureamuutujana
if len(sys.argv) >= 2:
platform = sys.argv[1].lower()
if platform not in ("telegraf", "nifi"):