Skip to content
Snippets Groups Projects
Commit 3ed9f0cc authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

Added host and port

parent f6143d18
No related branches found
No related tags found
No related merge requests found
import socket import socket
from subprocess import Popen, STDOUT, PIPE from subprocess import Popen, STDOUT, PIPE
from threading import Thread from threading import Thread
HOST = ''
PORT = 4444
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment