Fix zeronet.conf parsing on standalone update.py running

This commit is contained in:
shortcutme 2017-06-05 01:08:11 +02:00
parent 4c11c96164
commit eae2d59da7
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ if __name__ == "__main__":
monkey.patch_all()
from Config import config
config.parse()
config.parse(silent=True)
from src.util import SslPatch
try: