Fixed the Income bug

pull/28/head
tianlinzhong 2021-04-04 15:33:45 +08:00
parent 5b9305ee5a
commit dc8a0eba2b
1 changed files with 1 additions and 1 deletions

View File

@ -671,4 +671,4 @@ def timestamps_data_not_equal_0(lists):
for i, value in enumerate(list(lists)):
if len(value) > 0:
number += 1
return number
return number