lacuscore 1.15.2__py3-none-any.whl → 1.16.0__py3-none-any.whl
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.
- lacuscore/lacuscore.py +1 -1
- {lacuscore-1.15.2.dist-info → lacuscore-1.16.0.dist-info}/METADATA +3 -3
- {lacuscore-1.15.2.dist-info → lacuscore-1.16.0.dist-info}/RECORD +5 -5
- {lacuscore-1.15.2.dist-info → lacuscore-1.16.0.dist-info}/LICENSE +0 -0
- {lacuscore-1.15.2.dist-info → lacuscore-1.16.0.dist-info}/WHEEL +0 -0
lacuscore/lacuscore.py
CHANGED
@@ -383,7 +383,7 @@ class LacusCore():
|
|
383
383
|
logger=logger,
|
384
384
|
message='Capture raised an uncaught exception')
|
385
385
|
# Make sur the task starts.
|
386
|
-
await asyncio.sleep(0.
|
386
|
+
await asyncio.sleep(0.1)
|
387
387
|
|
388
388
|
async def _capture(self, uuid: str, priority: int) -> None:
|
389
389
|
"""Trigger a specific capture
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: lacuscore
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.16.0
|
4
4
|
Summary: Core of Lacus, usable as a module
|
5
5
|
License: BSD-3-Clause
|
6
6
|
Author: Raphaël Vinot
|
@@ -26,10 +26,10 @@ Requires-Dist: async-timeout (>=5.0.1) ; python_version < "3.11"
|
|
26
26
|
Requires-Dist: defang (>=0.5.3)
|
27
27
|
Requires-Dist: dnspython (>=2.7.0)
|
28
28
|
Requires-Dist: eval-type-backport (>=0.2.2) ; python_version < "3.10"
|
29
|
-
Requires-Dist: playwrightcapture[recaptcha] (>=1.
|
29
|
+
Requires-Dist: playwrightcapture[recaptcha] (>=1.31.0)
|
30
30
|
Requires-Dist: pydantic (>=2.11.5)
|
31
31
|
Requires-Dist: redis[hiredis] (>=5.3.0,<6.0.0)
|
32
|
-
Requires-Dist: requests (>=2.32.
|
32
|
+
Requires-Dist: requests (>=2.32.4)
|
33
33
|
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0) ; python_version < "3.12"
|
34
34
|
Requires-Dist: ua-parser[regex] (>=1.0.1)
|
35
35
|
Project-URL: Documentation, https://lacuscore.readthedocs.io/en/latest/
|
@@ -1,10 +1,10 @@
|
|
1
1
|
lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
|
2
2
|
lacuscore/helpers.py,sha256=dZjKKSp_4nFlRwvJmB6U8n0TAG2UL5JQjHdng14TX1c,14328
|
3
3
|
lacuscore/lacus_monitoring.py,sha256=r6IaYuh6sMq43eOWdZx0fU8p4PWVZlqSD6nr6yOaTUU,2713
|
4
|
-
lacuscore/lacuscore.py,sha256=
|
4
|
+
lacuscore/lacuscore.py,sha256=I7jQ83-2vDdd4UBWHR0VHQChsWv_CL4F3XzkbW6q3ZI,44773
|
5
5
|
lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
lacuscore/task_logger.py,sha256=2wDotU6r6vn-aKO8nZNdxSuisSj11LlcxuvW60qPL0Y,1909
|
7
|
-
lacuscore-1.
|
8
|
-
lacuscore-1.
|
9
|
-
lacuscore-1.
|
10
|
-
lacuscore-1.
|
7
|
+
lacuscore-1.16.0.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
|
8
|
+
lacuscore-1.16.0.dist-info/METADATA,sha256=fXMtz7JzzDN5L5BNA7St08kD4N3Y2fzLMipsssreXT8,2654
|
9
|
+
lacuscore-1.16.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
10
|
+
lacuscore-1.16.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|