GoogleDevKit 1.0.3__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ def googleAi(prompt: str, lang: str = "en") -> str:
20
20
  ua = random.choice(USER_AGENTS)
21
21
 
22
22
  browser = playwright.chromium.launch(
23
- headless=False,
23
+ headless=True,
24
24
  args=[
25
25
  "--disable-blink-features=AutomationControlled",
26
26
  f"--user-agent={ua}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GoogleDevKit
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Tools for optimizing your experience with Google services
5
5
  Author-email: Ars2011 <arsenlazarev2011@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GoogleDevKit
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Tools for optimizing your experience with Google services
5
5
  Author-email: Ars2011 <arsenlazarev2011@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "GoogleDevKit"
7
- version = "1.0.3"
7
+ version = "1.0.4"
8
8
  authors = [
9
9
  { name="Ars2011", email="arsenlazarev2011@gmail.com" }
10
10
  ]
File without changes
File without changes