Skip to content

Commit

Permalink
Save settings in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Liebowitz committed Dec 1, 2016
1 parent a923eed commit 1f7d6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbrynet/lbrynet_daemon/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ def _update_settings(self, settings):
except Exception as err:
log.warning(err.message)
log.warning("error converting setting '%s' to type %s", key, setting_type)
conf.save_settings()

self.run_on_startup = conf.settings.run_on_startup
self.data_rate = conf.settings.data_rate
Expand Down

0 comments on commit 1f7d6a0

Please sign in to comment.