mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
v1.1.12
This commit is contained in:
parent
c9cac83d09
commit
ded0567cbf
2 changed files with 5 additions and 2 deletions
|
@ -109,6 +109,9 @@ class VSock(object):
|
|||
self._reply += buf
|
||||
return len(buf)
|
||||
|
||||
def getsockname(self):
|
||||
return ("a", 1)
|
||||
|
||||
|
||||
class VHttpSrv(object):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue