Add missing configure on timezone POST (#1003)

This commit is contained in:
Dan Bungert 2021-07-13 19:36:10 -06:00 committed by GitHub
parent cad7deb883
commit 9f883ff0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,3 +118,4 @@ class TimeZoneController(SubiquityController):
async def POST(self, tz: str): async def POST(self, tz: str):
self.deserialize(tz) self.deserialize(tz)
self.configured()