mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for an Issue #152
This commit is contained in:
@@ -242,7 +242,7 @@ class Connect:
|
||||
|
||||
return page
|
||||
|
||||
elif any ((refreshing, crawling)):
|
||||
elif any((refreshing, crawling)):
|
||||
pass
|
||||
|
||||
elif target:
|
||||
|
||||
Reference in New Issue
Block a user