1
0

setconfig: do not return 'true'

not useful (we have type checking) and sometimes confusing
(for example, when you set something to 'false')
This commit is contained in:
ThomasV
2023-10-07 16:51:54 +02:00
parent 16ef287e86
commit 695fe004b0

View File

@@ -341,7 +341,6 @@ class Commands:
else:
cv = self.config.cv.from_key(key)
cv.set(value)
return True
@command('')
async def make_seed(self, nbits=None, language=None, seed_type=None):