1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 18:07:37 +03:00

Also save on delete

This commit is contained in:
A_D 2021-04-13 00:35:01 +02:00
parent 3341800f71
commit f99b0445ca
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -1008,6 +1008,7 @@ class LinuxConfig(AbstractConfig):
raise ValueError('attempt to use a closed config')
self.config.remove_option(self.SECTION, key)
self.save()
def save(self) -> None:
"""