Skip to content

Commit

Permalink
更新版本,一个般可以刷20点(一般)
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-lzr committed Sep 19, 2020
1 parent 0e5c68c commit 434d014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import threading
import EGPA_script_random_num
import EGPA_script
import pandas as pd


def login(username, password, puid, group_id, is_trans):
EGPA_script_random_num.login(username=username, password=password, puid=puid, group_id=group_id,is_trans=is_trans)
EGPA_script.login(username=username, password=password, puid=puid, group_id=group_id, is_trans=is_trans)


def func():
Expand All @@ -19,8 +19,8 @@ def func():
for i in range(data.__len__()):
try:
print(username[i] + " Start")
t = threading.Thread(target=EGPA_script_random_num.login,
args=(name[i], password[i], puid[i], group_id[i], is_trans[i]))
t = threading.Thread(target=EGPA_script.login,
args=(username[i],name[i], password[i], puid[i], group_id[i], is_trans[i]))
# t.setDaemon(True)
t.start()
t.join(150)
Expand Down
Binary file modified yanzhengma.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 434d014

Please sign in to comment.