We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03eb42 commit d1d912bCopy full SHA for d1d912b
1 file changed
info_performance/controller.py
@@ -31,8 +31,8 @@
31
FcltyDAO().insert_data(fclty_data)
32
33
34
-prf_new_list = PrfCaller().get_id_list(100, '01')
35
-prf_new_list.extend(PrfCaller().get_id_list(100, '02'))
+prf_new_list = PrfCaller().get_id_list(5000, '01')
+prf_new_list.extend(PrfCaller().get_id_list(1000, '02'))
36
old_list = PrfDAO().select_prf_id_list()
37
added_performances = ListCheck().get_added_list(prf_new_list, old_list)
38
0 commit comments