Skip to content

Commit 5bd9a88

Browse files
committed
change alert
1 parent bb8e321 commit 5bd9a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_analyzer/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def index():
3333
try:
3434
cur.execute('INSERT INTO urls (name) VALUES (%s)', (url,))
3535
conn.commit()
36-
flash('URL успешно добавлен!', 'success')
36+
flash('Страница успешно добавлена', 'success')
3737
except psycopg2.IntegrityError:
3838
conn.rollback()
3939
flash('Этот URL уже существует!', 'error')

0 commit comments

Comments
 (0)