Rev1703, Allow custom favicon

This commit is contained in:
shortcutme 2016-11-10 23:14:30 +01:00
parent 70e78056e9
commit c076f605aa
2 changed files with 10 additions and 2 deletions

View file

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.5.0"
self.rev = 1702
self.rev = 1703
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"