From eceb7ad1f392ab10d0985a0f1bd9eae808b00696 Mon Sep 17 00:00:00 2001 From: vgallegoiz Date: Sat, 6 Apr 2024 19:43:55 +0200 Subject: [PATCH] Parseado de argumentos creado --- status.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status.py b/status.py index 11bae04..e3c4a09 100644 --- a/status.py +++ b/status.py @@ -17,6 +17,6 @@ def parseArguments(): if __name__ == '__main__': args = parseArguments() if args.web: - # Parte web, comprobar que Código devuelve + print()# Parte web, comprobar que Código devuelve else: - # Parte host, hará ping \ No newline at end of file + print()# Parte host, hará ping \ No newline at end of file