Skip to content

Instantly share code, notes, and snippets.

View Bahex's full-sized avatar

Bahex Bahex

  • 23:10 (UTC +03:00)
View GitHub Profile
#!/usr/bin/python
import sys
import json
import SocketServer
SocketServer.TCPServer.allow_reuse_address = True
class MCHandler(SocketServer.BaseRequestHandler):
stop_server = False