Fix zeronet.conf parsing on standalone update.py running
This commit is contained in:
parent
4c11c96164
commit
eae2d59da7
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ if __name__ == "__main__":
|
||||||
monkey.patch_all()
|
monkey.patch_all()
|
||||||
|
|
||||||
from Config import config
|
from Config import config
|
||||||
config.parse()
|
config.parse(silent=True)
|
||||||
|
|
||||||
from src.util import SslPatch
|
from src.util import SslPatch
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue