Rev4473, Fix Merger site skipping content load to db for some seconds after new site added

This commit is contained in:
shortcutme 2020-03-25 04:13:16 +01:00
parent 995d3bf717
commit 56acac8cd3
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 3 additions and 6 deletions

View file

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.1"
self.rev = 4471
self.rev = 4473
self.argv = argv
self.action = None
self.test_parser = None