Skip to content

Commit 0bbe6fc

Browse files
author
kaliiiiiiiiii
committed
version == 0.0.1.1
driver_version = "1.39.0"
1 parent 05cc20a commit 0bbe6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_patched.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def main(build: bool = True, build_all: bool = False, ):
100100

101101

102102
if __name__ == "__main__":
103-
main(build=True, build_all=True)
103+
main(build=True, build_all=False)
104104

105105
loop = asyncio.ProactorEventLoop()
106106
loop.run_until_complete(patch_check_main())

0 commit comments

Comments
 (0)