mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fix for an Issue #152
This commit is contained in:
parent
59078bb1b8
commit
76338add17
3 changed files with 5 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ class Connect:
|
|||
|
||||
return page
|
||||
|
||||
elif any ((refreshing, crawling)):
|
||||
elif any((refreshing, crawling)):
|
||||
pass
|
||||
|
||||
elif target:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue