Reuse the GUID if we have one

pull/19/head
Leigh Morresi 2021-03-01 16:01:53 +01:00
rodzic 35546c331c
commit 822f3e6d20
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,9 @@ class ChangeDetectionStore:
if 'watching' in from_disk:
self.__data['watching'].update(from_disk['watching'])
if 'app_guid' in from_disk:
self.__data['app_guid'] = from_disk['app_guid']
if 'settings' in from_disk:
if 'headers' in from_disk['settings']:
self.__data['settings']['headers'].update(from_disk['settings']['headers'])