mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [WebStats] typo
This commit is contained in:
parent
cb4d901be3
commit
1d222ddc9a
1 changed files with 2 additions and 2 deletions
|
@ -87,12 +87,12 @@ class WebStats(AbstractModule):
|
||||||
|
|
||||||
self.redis_logger.debug('Building protocol graph')
|
self.redis_logger.debug('Building protocol graph')
|
||||||
lib_words.create_curve_with_word_file(self.r_serv_trend, self.csv_path_proto,
|
lib_words.create_curve_with_word_file(self.r_serv_trend, self.csv_path_proto,
|
||||||
protocolsfile_path, year,
|
self.protocolsfile_path, year,
|
||||||
month)
|
month)
|
||||||
|
|
||||||
self.redis_logger.debug('Building tld graph')
|
self.redis_logger.debug('Building tld graph')
|
||||||
lib_words.create_curve_with_word_file(self.r_serv_trend, self.csv_path_tld,
|
lib_words.create_curve_with_word_file(self.r_serv_trend, self.csv_path_tld,
|
||||||
tldsfile_path, year,
|
self.tldsfile_path, year,
|
||||||
month)
|
month)
|
||||||
|
|
||||||
self.redis_logger.debug('Building domain graph')
|
self.redis_logger.debug('Building domain graph')
|
||||||
|
|
Loading…
Reference in a new issue