rev120, Cleanup expired RateLimits to avoid memory leak
This commit is contained in:
parent
f7717b1de8
commit
c025503264
2 changed files with 20 additions and 4 deletions
|
@ -4,7 +4,7 @@ import ConfigParser
|
|||
class Config(object):
|
||||
def __init__(self):
|
||||
self.version = "0.2.9"
|
||||
self.rev = 119
|
||||
self.rev = 120
|
||||
self.parser = self.createArguments()
|
||||
argv = sys.argv[:] # Copy command line arguments
|
||||
argv = self.parseConfig(argv) # Add arguments from config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue