Skip to content

Commit 8e8cc49

Browse files
committed
Update Cuckoo example in README
1 parent 2951bc6 commit 8e8cc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Basic usage is as follows:
6868
from sandboxapi import cuckoo
6969
7070
# connect to the sandbox
71-
sandbox = cuckoo.CuckooAPI('192.168.0.20')
71+
sandbox = cuckoo.CuckooAPI('http://192.168.0.20:8090/')
7272
7373
# verify connectivity
7474
if not sandbox.is_available():

0 commit comments

Comments
 (0)