We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8e321 commit 5bd9a88Copy full SHA for 5bd9a88
page_analyzer/app.py
@@ -33,7 +33,7 @@ def index():
33
try:
34
cur.execute('INSERT INTO urls (name) VALUES (%s)', (url,))
35
conn.commit()
36
- flash('URL успешно добавлен!', 'success')
+ flash('Страница успешно добавлена', 'success')
37
except psycopg2.IntegrityError:
38
conn.rollback()
39
flash('Этот URL уже существует!', 'error')
0 commit comments