del_provider forgets to persist protocol.json #139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
aqomui_gui.py del_provider pops the provider's entry from protocol_dict but writes only server.json afterwards. The popped protocol entry comes back from disk on next start and lingers until an unrelated import rewrites protocol.json. Found surveying for #23.