Rev3817, Support limits for feed search

This commit is contained in:
shortcutme 2019-01-25 14:26:38 +01:00
parent be36a20249
commit 276cbc0ace
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 8 additions and 3 deletions

View file

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.6.4"
self.rev = 3815
self.rev = 3817
self.argv = argv
self.action = None
self.pending_changes = {}