Mise à jour de 'DoConfig.py'

This commit is contained in:
2022-07-25 18:29:45 +00:00
parent e2d795267a
commit 222ce813e8

View File

@@ -141,7 +141,7 @@ class GameOption_UT99_GenAdd(GameOption_UT99):
def rem(self,value:str):
try:
self.rem(value)
super().rem(value)
except ChaChaINI_KeyNotFoundException:
pass