1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

Update utils.py

This commit is contained in:
cclauss
2017-10-22 07:42:33 +02:00
committed by GitHub
parent 6e9275edc3
commit 10c139a28c

View File

@@ -63,7 +63,7 @@ def list_all_classes_in_module(module):
def parse_bool(value):
return {'true': True, 'false': False}.get(value..strip().lower(), value)
return {'true': True, 'false': False}.get(value.strip().lower(), value)
def convert_to_ascii(data):