This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Shellmiao
/
ImaGetCha
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
bf6f7825e6
Branches
Tags
master
modolar_version
old_bak
ImaGetCha
/
utils
/
utils.py
utils.py
106 B
Historique
Raw
1
2
3
4
def convert_choice(value):
if isinstance(value, str):
return value.split(',')
return value