This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Shellmiao
/
ImaGetCha
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
bf6f7825e6
Ramas
Etiquetas
master
modolar_version
old_bak
ImaGetCha
/
utils
/
utils.py
utils.py
106 B
Histórico
Raw
1
2
3
4
def convert_choice(value):
if isinstance(value, str):
return value.split(',')
return value