Bump config version to set first_run_complete flag

This commit is contained in:
JonnyWong16 2022-02-12 18:56:08 -08:00
parent 636806ae17
commit b4600c8306
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -698,3 +698,9 @@ class Config(object):
self.HTTP_HASHED_PASSWORD = 1
self.CONFIG_VERSION = 20
if self.CONFIG_VERSION == 20:
if self.PMS_UUID:
self.FIRST_RUN_COMPLETE = 1
self.CONFIG_VERSION = 21