also attempt to reload kipy
This commit is contained in:
parent
a362c7d61d
commit
8beab90791
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class Reload:
|
||||||
except:
|
except:
|
||||||
print('failed to remove KiConnect')
|
print('failed to remove KiConnect')
|
||||||
|
|
||||||
for mod in [mod for mod in sys.modules if 'kicon' in mod]:
|
for mod in [mod for mod in sys.modules if 'kicon' in mod or 'kipy' in mod]:
|
||||||
print(f'Reloading {mod}')
|
print(f'Reloading {mod}')
|
||||||
|
|
||||||
importlib.reload(sys.modules[mod])
|
importlib.reload(sys.modules[mod])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue