rev188, Add rev to wrapper css and js to devalidate cache

This commit is contained in:
HelloZeroNet 2015-05-25 01:41:14 +02:00
parent 7e4f6bd38e
commit 40698c1ac7
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import ConfigParser
class Config(object):
def __init__(self):
self.version = "0.3.0"
self.rev = 187
self.rev = 188
self.parser = self.createArguments()
argv = sys.argv[:] # Copy command line arguments
argv = self.parseConfig(argv) # Add arguments from config file