Skip to content

Commit

Permalink
Merge pull request NAStool#2385 from jxxghp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jxxghp authored Dec 8, 2022
2 parents cbf86e6 + 521a18a commit 993dd7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/nas-tools:latest
${{ secrets.DOCKER_USERNAME }}/nas-tools:${{ env.app_version }}
${{ secrets.DOCKER_USERNAME }}/nas-tools:${{ env.app_version }}
2 changes: 0 additions & 2 deletions app/helper/chrome_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
from app.utils import SystemUtils, RequestUtils
import undetected_chromedriver as uc

from app.utils.commons import singleton
from config import WEBDRIVER_PATH

CHROME_LOCK = Lock()
lock = Lock()


@singleton
class ChromeHelper(object):

_executable_path = None
Expand Down

0 comments on commit 993dd7d

Please sign in to comment.