ssb-pubmd 0.0.11__tar.gz → 0.0.12__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.
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/PKG-INFO +1 -1
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/pyproject.toml +1 -1
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/src/ssb_pubmd/browser_context.py +1 -3
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/LICENSE +0 -0
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/README.md +0 -0
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/src/ssb_pubmd/__init__.py +0 -0
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/src/ssb_pubmd/__main__.py +0 -0
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/src/ssb_pubmd/markdown_syncer.py +0 -0
- {ssb_pubmd-0.0.11 → ssb_pubmd-0.0.12}/src/ssb_pubmd/py.typed +0 -0
|
@@ -52,11 +52,9 @@ class BrowserRequestContext:
|
|
|
52
52
|
if self._context is None:
|
|
53
53
|
raise ValueError("Browser context has not been created.")
|
|
54
54
|
|
|
55
|
-
# print(self._context.cookies(url))
|
|
56
|
-
|
|
57
55
|
api_response = self._context.request.post(
|
|
58
56
|
url,
|
|
59
|
-
|
|
57
|
+
params=data,
|
|
60
58
|
)
|
|
61
59
|
|
|
62
60
|
try:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|