Skip to content

Commit

Permalink
update total each run
Browse files Browse the repository at this point in the history
  • Loading branch information
South committed Dec 15, 2019
1 parent 718f535 commit 70ea616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addmember.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
i += 1
continue

# count_add if added 50 user
if count_add % (50 * total_client) == (50 * total_client - 1):
# count_add if added 35 user
if count_add % (35 * total_client) == (35 * total_client - 1):
print('Thoat ra sau 15 phut chay tiep')
with open(root_path + '/current_count.txt', 'w') as g:
g.write(str(i))
Expand Down

0 comments on commit 70ea616

Please sign in to comment.