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