Browse Source

hamburg: use clients_unique for ffpb, too

Helge Jung 9 years ago
parent
commit
653fd782e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ffpb_hamburg.py

+ 1 - 1
modules/ffpb_hamburg.py

@@ -60,7 +60,7 @@ def ffpb_hamburg(bot, trigger):
         return
 
     diff_nodes = hamburg_data['nodes_active'] - stats['nodes_active']
-    diff_clients = hamburg_data['clients'] - stats['clients']
+    diff_clients = hamburg_data['clients'] - stats['clients_unique']
 
     bot.say('Hamburg: {0} Knoten (= PB{1:+g}), {2} Clients (= PB{3:+g})'.format(
         hamburg_data['nodes_active'],