mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Update utils.py
This commit is contained in:
2
utils.py
2
utils.py
@@ -63,7 +63,7 @@ def list_all_classes_in_module(module):
|
|||||||
|
|
||||||
|
|
||||||
def parse_bool(value):
|
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):
|
def convert_to_ascii(data):
|
||||||
|
|||||||
Reference in New Issue
Block a user