From f99f05fb715b2e5d6392ce733a61546a72610a2b Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 17 Sep 2018 00:22:17 +0200 Subject: [PATCH] hoodstatistics: Make possible to show stats for deleted hood At the moment, this requires the user to know the internal hood ID. Signed-off-by: Adrian Schmutzler --- ffmap/web/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmap/web/application.py b/ffmap/web/application.py index c9c82e5..d7277ad 100755 --- a/ffmap/web/application.py +++ b/ffmap/web/application.py @@ -545,7 +545,7 @@ def helper_statistics(mysql,stats,selecthood,selectgw): else: selectgwint = None - if selecthood and not selecthood in hoods.keys(): + if selecthood and not selecthoodname: mysql.close() return "Hood not found" if selectgw and not selectgwint in gws: