Skip to content

Commit

Permalink
Fixed #437
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Aug 16, 2021
1 parent bf804d6 commit 237fd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/reNgine/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def initiate_scan(
scan_type,
engine_type,
imported_subdomains=None,
out_of_scope_subdomains=None
out_of_scope_subdomains=[]
):
'''
scan_type = 0 -> immediate scan, need not create scan object
Expand Down

0 comments on commit 237fd28

Please sign in to comment.