Parseado de argumentos creado

This commit is contained in:
2024-04-06 19:43:55 +02:00
parent 534a2a11f3
commit eceb7ad1f3

View File

@@ -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
print()# Parte host, hará ping