mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
commit
c01c54dfa2
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
import sys, json
|
||||
userlist=json.loads(sys.stdin.readlines()[0])["users"]
|
||||
print "{0}".format("\n".join(i["username"] for i in userlist))
|
||||
print "{0}".format("\n".join(i["username"] for i in userlist.values()))
|
||||
|
|
Loading…
Add table
Reference in a new issue