1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00
shaarli_ynh/conf
lapineige 9d73f6a7c0 Fix user listing syntax
Fix the error:
> TypeError: string indices must be integers
Caused by `print "{0}".format("\n".join(i["username"] for i in userlist))`
`userlist` is a dictionary with {account :{dictionary of parameters}} so I use values() to return the dictionary of parameters.
2016-11-06 15:32:35 +01:00
..
config.php working installation 2013-12-19 18:07:55 +01:00
init_config.php working installation 2013-12-19 18:07:55 +01:00
init_config_user.php working installation 2013-12-19 18:07:55 +01:00
nginx.conf Update nginx.conf 2015-12-15 23:06:09 +01:00
options.php towards working app... 2013-12-19 03:02:51 +01:00
user_list.py Fix user listing syntax 2016-11-06 15:32:35 +01:00