Skip to content

Commit d60d8d1

Browse files
authored
Fixed incorrect port in test script.
1 parent 888b7ae commit d60d8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# addon version 2.0.0 +
22
import debugpy
33

4-
debugpy.listen(("0.0.0.0", 3000))
4+
debugpy.listen(("0.0.0.0", 5678))
55
print("debugpy version is: " + debugpy.__version__)
66
print("Waiting")
77
debugpy.wait_for_client()

0 commit comments

Comments
 (0)