Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizhengyu authored Feb 23, 2023
1 parent f625c6f commit 60e0abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def getBeijinTime():
passwd_list = passwd_mi.split('#')
if len(user_list) == len(passwd_list):
for user_mi, passwd_mi in zip(user_list, passwd_list):
main(user_mi,passwd_mi,39999, 45999)
main(user_mi,passwd_mi,25999, 29999)
#print(msg_mi)


Expand Down

0 comments on commit 60e0abd

Please sign in to comment.