We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a0285 commit efd2fc7Copy full SHA for efd2fc7
server.py
@@ -6,6 +6,7 @@
6
console = Console()
7
8
HOST = "127.0.0.1"
9
+
10
PORT = random.randint(1000,9999)
11
console.print(PORT)
12
0 commit comments