Skip to content

Commit c22810c

Browse files
author
Naor Livne
committed
adding configurable request timeouts
1 parent 3d67b3d commit c22810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ now use it in your code
1616
from NebulaPythonSDK import Nebula
1717

1818
# Create API object.
19-
# port defaults to 80, protocol defaults & request_timeout defaults to 60 to http if any of them is not set.
19+
# port defaults to 80, protocol defaults to "http" & request_timeout defaults to 60 if any of them is not set.
2020
connection = Nebula(username="your_nebula_user", password="your_nebula_pass", host="nebula.example.com", port=80, protocol="http", request_timeout=60)
2121

2222
# List apps

0 commit comments

Comments
 (0)