1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
ghost_ynh/conf/user_getmail.py
2014-07-02 16:15:07 +02:00

4 lines
128 B
Python

import sys, json
for i in json.loads(sys.stdin.readlines()[0])["users"]:
if i["username"] == sys.argv[1]:
print i["mail"]