mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-07 10:10:34 +02:00
We now have a server that works... some of the time.
There still seem to be some weird timing and/or closing-related bugs, since I can't load the eqldata project correctly unless I use --noserver.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import sys, os
|
||||
|
||||
logprefix = ''
|
||||
|
||||
def log(s):
|
||||
sys.stdout.flush()
|
||||
sys.stderr.write(s)
|
||||
sys.stderr.write(logprefix + s)
|
||||
sys.stderr.flush()
|
||||
|
Reference in New Issue
Block a user