This commit is contained in:
Abe Hassan 2016-02-17 15:01:04 -08:00
Родитель 498fce3a71
Коммит 22de846010
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ def add_entry(page, value):
cursor.commit()
# Read the list back from master (critical read) because it's
# important that the user sees his own addition immediately.
# important that the user sees their own addition immediately.
cursor.execute(
'SELECT message FROM messages WHERE page=%(page)s'
' ORDER BY time_created_ns',