Skip to content

Commit

Permalink
Fix zeronet.conf parsing on standalone update.py running
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Jun 4, 2017
1 parent 4c11c96 commit eae2d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def update():
monkey.patch_all()

from Config import config
config.parse()
config.parse(silent=True)

from src.util import SslPatch

try:
Expand Down

0 comments on commit eae2d59

Please sign in to comment.