From 1d222ddc9abc666d4f767aef041dc926019d1533 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 2 Apr 2021 17:23:10 +0200 Subject: [PATCH] fix: [WebStats] typo --- bin/WebStats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/WebStats.py b/bin/WebStats.py index b984611f..bec23aa1 100755 --- a/bin/WebStats.py +++ b/bin/WebStats.py @@ -87,12 +87,12 @@ class WebStats(AbstractModule): self.redis_logger.debug('Building protocol graph') lib_words.create_curve_with_word_file(self.r_serv_trend, self.csv_path_proto, - protocolsfile_path, year, + self.protocolsfile_path, year, month) self.redis_logger.debug('Building tld graph') lib_words.create_curve_with_word_file(self.r_serv_trend, self.csv_path_tld, - tldsfile_path, year, + self.tldsfile_path, year, month) self.redis_logger.debug('Building domain graph')