We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb6a40 commit d1ea8a0Copy full SHA for d1ea8a0
py_video_upload/vidgear/client.py
@@ -6,7 +6,7 @@
6
7
8
client = NetGear_Async(
9
- address="192.168.0.12", # Replace with your IP.
+ address="192.168.0.12", # Replace this with your IP.
10
port="8081",
11
protocol="tcp",
12
pattern=1,
0 commit comments