Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. class KeepAliveThread(threading.Thread):
  2.    
  3.  
  4.     def __init__(self, sock, ip, port):
  5.        
  6.  
  7.     def run(self):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement