Browse Source

bugfix, I should learn how to python

Helge Jung 8 years ago
parent
commit
0a9096ee19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ffpb_netstatus.py

+ 1 - 1
modules/ffpb_netstatus.py

@@ -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,