mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
fix check for updates status always "unknown"
This commit is contained in:
parent
d0bf509fa1
commit
b8a903efbe
@ -61,7 +61,7 @@ class Extension:
|
||||
self.from_dict(d)
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
self.status = 'unknown'
|
||||
self.status = 'unknown' if self.status == '' else self.status
|
||||
|
||||
def do_read_info_from_repo(self):
|
||||
repo = None
|
||||
|
Loading…
Reference in New Issue
Block a user