Skip to content
Snippets Groups Projects
Commit 0a9096ee authored by Helge Jung's avatar Helge Jung
Browse files

bugfix, I should learn how to python

parent de1ddc2c
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ def ffpb_rolloutstatus(bot, trigger):
bot.reply('Das betrifft {total} Knoten, mehr als {max} werte ich als IRC-Spam.'.format(total=total, max=MAX_ROLLOUTSTATUS_LIST))
return
for branch, nodes in result:
for branch, nodes in result.items():
bot.say('{count} Knoten auf {version} "{branch}": {nodes}'.format(
branch=branch,
version=list_nodes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment