Skip to content

Commit 202ae5f

Browse files
committed
yno13 inprogress
1 parent 0ad7695 commit 202ae5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@ c2_info\.txt
145145

146146
*.cookie
147147
.venv*
148+
sync.ffs_db

etc/make-exhibition-data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def format_team(team_value):
7878
competition = get_field(num, ["Участие в конкурсе"])
7979
nom = get_field(num, config['nom_fields'])
8080
if competition == "Вне конкурса":
81-
nom = f'{nom} ({competition})'
81+
nom = f'{nom} (вне конкурса)'
8282
nicks = get_field(num, config['nick_fields'], config['authors_sections'])
8383
cities = get_field(num, config['city_fields'], config['authors_sections'])
8484
title = get_field(num, config['title_fields'])

0 commit comments

Comments
 (0)