mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
first remote commit test!!!
This commit is contained in:
parent
5f07b84796
commit
bec818a14f
2 changed files with 28 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ class Server:
|
|||
if self._verbose > 1: print "Wait for next request ..."
|
||||
ok = self._dorequest(rf, wf)
|
||||
|
||||
_valid = ['192.16.201.*', '192.16.197.*']
|
||||
_valid = ['192.16.201.*', '192.16.197.*', '132.151.1.*']
|
||||
|
||||
def _verify(self, conn, address):
|
||||
host, port = address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue