Skip to content

Commit 4891a2b

Browse files
committed
update
1 parent c8f8ce4 commit 4891a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ A burp python RESTFul API package.
2828
bi = burpscanner.BurpApi(host)
2929

3030
# Add target in burp scope
31-
response = bi.burp_scope()
31+
response = bi.burp_scope('http://testwebsite.com')
3232

3333
# Get the response message
34-
print response.message()
34+
print response.message
3535

3636
</pre>
3737

0 commit comments

Comments
 (0)