fix(md): Corregí el ejemplo de importación de AnP.
This commit is contained in:
parent
9b61de4d21
commit
3417a23e91
@ -16,7 +16,6 @@ Si hacemos esto me ayuaría a validar AnP y a blindarlo, además de poder hacer
|
||||
|
||||
# Importamos las librerías pertinentes al VirusTotalPlus.
|
||||
from Application.VirusTotalPlus import VirusTotalPlus
|
||||
from typing import Any
|
||||
from os.path import abspath as absolute_path
|
||||
from sys import path
|
||||
|
||||
@ -24,7 +23,7 @@ from sys import path
|
||||
# para consumir dependencias y limpiamos Paths del proyecto.
|
||||
path.append(absolute_path('../../AnP/Python'))
|
||||
from Application.AnP import AnP
|
||||
anp:Any = AnP()
|
||||
anp:AnP = AnP()
|
||||
path.clear()
|
||||
|
||||
# Montamos objeto VirusTotalPlus, que viene siendo la aplicación.
|
||||
|
Loading…
Reference in New Issue
Block a user