Skip to content

Commit 24d3d39

Browse files
committed
updated vendor binary
1 parent 88c21de commit 24d3d39

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

darc/proxy/zeronet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _zeronet_bootstrap() -> None:
8080
tor_bootstrap()
8181

8282
# launch ZeroNet process
83-
_ZERONET_PROC = subprocess.Popen( # nosec
83+
_ZERONET_PROC = subprocess.Popen( # pylint: disable=consider-using-with # nosec
8484
_ZERONET_ARGS, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
8585
)
8686

vendor/chromedriver_linux64.zip

-318 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4bc68502dc5e22d5c264b3fb5d0a1ecfdadc3ba21d945646d8d37de4b8a96e58
3-
size 72446160
2+
oid sha256:86bedf3e385dcc819fa7863b28445c403090fb20b45a8b0f063199ed72662eee
3+
size 83324908

vendor/new_installer_offline.jar

10.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)