fixing typo (again)

pull/132/head
Fafner [_KeyZee_] 2020-11-25 12:22:45 +01:00 committed by GitHub
parent 76353f0802
commit 0e3d007bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ class Lookyloo():
mstats['analysis'] = _stats['analysis']
mstats['analysis_with_redirects'] = _stats['analysis_with_redirects']
mstats['redirects'] = _stats['redirects']
mstats['uniq_url'] = len(_stats['uniq_urls'])
mstats['uniq_urls'] = len(_stats['uniq_urls'])
mstats['uniq_domains'] = len(uniq_domains(_stats['uniq_urls']))
yearly_analysis += _stats['analysis']
yearly_redirects += _stats['redirects']