mirror of
https://github.com/yaroslaff/antifraud2gis.git
synced 2026-04-28 03:30:52 +00:00
changed title
This commit is contained in:
parent
cc0f1430ca
commit
b4dccbfd12
3 changed files with 5 additions and 5 deletions
|
|
@ -252,8 +252,8 @@ def do_provider(args, cl: CompanyList):
|
|||
if ratio > th:
|
||||
over_th += 1
|
||||
print(f"{processed}: {c.object_id} {c.get_title()} (skip:{skipped}) {hl_str} ({avg:.1f}) {provider}: {nprov} / {total} = {ratio} ({avg_prov:.1f})")
|
||||
print(f" rating ({len(rating)}): {rating}")
|
||||
print(f" {provider} rating ({len(prov_rating)}): {prov_rating}")
|
||||
# print(f" rating ({len(rating)}): {rating}")
|
||||
# print(f" {provider} rating ({len(prov_rating)}): {prov_rating}")
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}{{title}}{% endblock %}
|
||||
{% block header %}{{title}} - статистический анализ отзывов{% endblock %}
|
||||
{% block title %}{{title}} :: проверка отзывов 2GIS{% endblock %}
|
||||
{% block header %}{{title}} :: проверка отзывов 2GIS{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}{{title}}{% endblock %}
|
||||
{% block header %}{{title}} :: статистический анализ отзывов{% endblock %}
|
||||
{% block header %}{{title}} :: проверка отзывов 2GIS{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue