Skip to content
Snippets Groups Projects
Commit fb4e8cb6 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Substract gateways from to get coorect difference between ffhh and ffpb

parent 4c8cd36f
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def ffpb_hamburg(bot, trigger):
bot.say('Bitte später nochmal fragen :)')
return
diff_nodes = hamburg_data['nodes_active'] - stats['nodes_active']
diff_nodes = hamburg_data['nodes_active'] - stats['nodes_active'] - stats['gateways_active']
diff_clients = hamburg_data['clients'] - stats['clients_unique']
bot.say('Hamburg: {0} Knoten (= PB{1:+g}), {2} Clients (= PB{3:+g})'.format(
......
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