Skip to content

Instantly share code, notes, and snippets.

View humanium's full-sized avatar

Ilya Mishchiy humanium

  • Nizhniy Novgorod, Russia
View GitHub Profile
#!/usr/bin/env python2
# coding: utf-8
import os,socket,threading,time
#import traceback
allow_delete = False
local_ip = socket.gethostbyname(socket.gethostname())
local_port = 8888
currdir=os.path.abspath('.')