We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19da54a commit fca5805Copy full SHA for fca5805
1 file changed
cps/config_sql.py
@@ -328,7 +328,7 @@ def to_dict(self):
328
for k, v in self.__dict__.items():
329
if k[0] != '_' and not k.endswith("_e") and not k == "cli" \
330
and 'api' not in k.lower() and 'token' not in k.lower() \
331
- and 'secret' not in k.lower()
+ and 'secret' not in k.lower():
332
storage[k] = v
333
return storage
334
0 commit comments