From a6a598511e2d118a86e7d32f1495f658da6fc71a Mon Sep 17 00:00:00 2001 From: CriptDit <1487413334@qq.com> Date: Tue, 28 May 2024 21:04:11 +0800 Subject: [PATCH] 'commit-003' --- TR/.idea/misc.xml | 3 +++ TR/TrialRecommend/Main.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TR/.idea/misc.xml b/TR/.idea/misc.xml index 8b3a760..cea2301 100644 --- a/TR/.idea/misc.xml +++ b/TR/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/TR/TrialRecommend/Main.py b/TR/TrialRecommend/Main.py index bf72080..96501b9 100644 --- a/TR/TrialRecommend/Main.py +++ b/TR/TrialRecommend/Main.py @@ -173,7 +173,7 @@ class Mainpage: self.is_pre='False' time.sleep(random.uniform(0, 1)) self.update_max() - print(self.max_data_count, self.current_data_index, self.current_data_image_index) + #print(self.max_data_count, self.current_data_index, self.current_data_image_index) self.init_text() self.init_main_Page() self.image_show()