From 5d8dd88e781f4297c9f344bc99d290fa2cf8b6e9 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 11 Feb 2021 20:23:05 +0800 Subject: app/test/test_add_word.py and app/main.py: give the button an ID. --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/main.py') diff --git a/app/main.py b/app/main.py index 9ffe91f..16591ba 100644 --- a/app/main.py +++ b/app/main.py @@ -299,7 +299,7 @@ def userpage(username): for x in lst: page += '

%d: %s (%d)

\n' % (count, youdao_link(x[0]), appears_in_test(x[0], words_tests_dict), x[0], x[1], x[0]) count += 1 - page += ' \n' + page += ' \n' page += '\n' return page -- cgit v1.2.1