Update updater.py

This commit is contained in:
Pascal Vizeli 2018-01-04 10:51:41 +01:00 committed by GitHub
parent 232b9ea239
commit e8e599cb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,6 @@ class Updater(JsonConfig, CoreSysAttributes):
def beta_channel(self, value):
"""Set beta upstream mode."""
self._data[ATTR_BETA_CHANNEL] = bool(value)
self.save()
@AsyncThrottle(timedelta(seconds=60))
async def reload(self):