Skip to content

Commit

Permalink
Update eset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Apr 25, 2024
1 parent cdca8a8 commit 9c80cdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/eset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
options:
- 1secmail
- 10minutemail
- tempmail
default: 1secmail
jobs:
GenerateKey:
Expand All @@ -35,7 +34,6 @@ jobs:
sudo apt update
sudo apt install python3-pip
sudo pip install -r requirements.txt
python3 main.py --chrome --account --email-api ${MAIL} --skip-webdriver-menu
if [[ (${ACCOUNT} != 0) && (${KEY} != 0) ]]
then
(seq 1 $((ACCOUNT)) | xargs -I {} -P $((ACCOUNT)) python3 main.py --chrome --account --email-api ${MAIL} --skip-webdriver-menu) & (seq 1 $((KEY)) | xargs -I {} -P $((KEY)) python3 main.py --chrome --key --email-api ${MAIL} --skip-webdriver-menu)
Expand Down

0 comments on commit 9c80cdc

Please sign in to comment.