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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user