bobo.yang c2bb0a9cc6 Optimized the code for counting true values in dictionary
- Replaced the manual loop for counting true values in the dictionary 'g_file_need_index' with Python's built-in function 'sum()'.
- This change makes the code more concise and more Pythonic.
2023-08-22 09:54:07 +08:00
..
2023-07-06 07:42:44 +08:00