Skip to content

Commit

Permalink
Update Cuckoo example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rshipp committed Jun 28, 2018
1 parent 2951bc6 commit 8e8cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Basic usage is as follows:
from sandboxapi import cuckoo
# connect to the sandbox
sandbox = cuckoo.CuckooAPI('192.168.0.20')
sandbox = cuckoo.CuckooAPI('http://192.168.0.20:8090/')
# verify connectivity
if not sandbox.is_available():
Expand Down

0 comments on commit 8e8cc49

Please sign in to comment.