diff --git a/CHANGELOG.md b/CHANGELOG.md index db283cfb..95bac884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### zeronet-conservancy 0.7.7+ -### zeronet-conservancy 0.7.7 (2022-07-27) +### zeronet-conservancy 0.7.7 (2022-07-27) (f40dbfeb2163b9902495ba) maintainers: @caryoscelus, @FraYoshi, @prtngn, @d47081 (ex @d4708) - return UPnP using secure xml library (@caryoscelus) - xmr donations in sidebar fixed (@caryoscelus) diff --git a/src/main.py b/src/main.py index b86f09c3..b90884ae 100644 --- a/src/main.py +++ b/src/main.py @@ -35,7 +35,6 @@ def load_config(): load_config() def init_dirs(): - config.parse() if not os.path.isdir(config.data_dir): os.mkdir(config.data_dir) try: