diff --git a/get_new_user.py b/get_new_user.py index c2a3389..a4d85a7 100644 --- a/get_new_user.py +++ b/get_new_user.py @@ -116,6 +116,8 @@ class InitFirstAD(): if data: line = len(data) nums = int(line * ratio / 100) + if ratio != 100: + print(f"all={line} nums={nums}") if nums: return random.sample(data, nums) else: