Skip to content

Commit fca5805

Browse files
committed
Fix typo
1 parent 19da54a commit fca5805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cps/config_sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def to_dict(self):
328328
for k, v in self.__dict__.items():
329329
if k[0] != '_' and not k.endswith("_e") and not k == "cli" \
330330
and 'api' not in k.lower() and 'token' not in k.lower() \
331-
and 'secret' not in k.lower()
331+
and 'secret' not in k.lower():
332332
storage[k] = v
333333
return storage
334334

0 commit comments

Comments
 (0)