fixing ttypo

pull/132/head
Fafner [_KeyZee_] 2020-11-25 12:05:08 +01:00 committed by GitHub
parent 7197b9f55a
commit 7bf13db3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ class Lookyloo():
for month in sorted(data.keys()):
_stats = data[month]
mstats = {}
mstats['analysys'] = _stats['analysis']
mstats['analysis'] = _stats['analysis']
mstats['analysis_with_redirects'] = _stats['analysis_with_redirects']
mstats['redirects'] = _stats['redirects']
mstats['uniq_url'] = len(_stats['uniq_urls'])