Rev833, Fix gevent 1.0.2 compatibility, Allow 6 connection from same host within 1 minute
This commit is contained in:
parent
f5f26821d5
commit
44a68104fb
4 changed files with 14 additions and 22 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.3.5"
|
||||
self.rev = 830
|
||||
self.rev = 833
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.createParser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue