Browse Source

Update hamburgs xdata format

Michael Schwarz 8 years ago
parent
commit
a50e7e0dc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ffpb.py

+ 1 - 1
modules/ffpb.py

@@ -644,7 +644,7 @@ def ffpb_fetch_stats(bot, url, memoryid):
         if 'legacy' in node['flags'] and node['flags']['legacy']:
             clients_count -= 1
 
-        clients_count += node['clientcount']
+        clients_count += node['statistics']['clients']
 
     if not memoryid in bot.memory:
         bot.memory[memoryid] = {}