Correciones para deteccion de anuncios dados de baja.
Mejoras en script de deployment.
This commit is contained in:
parent
ee8df1b635
commit
df07497125
7 changed files with 285 additions and 224 deletions
|
|
@ -28,12 +28,10 @@ class UrlAttack():
|
|||
self.success = False
|
||||
|
||||
def get_response(self):
|
||||
if self.success:
|
||||
return self.response
|
||||
return self.response
|
||||
|
||||
def get_text(self):
|
||||
if self.success:
|
||||
return self.response.text
|
||||
return self.response.text
|
||||
|
||||
def get_status_code(self):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue