prim-ctrl 0.7.7__tar.gz → 0.7.8__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.
- {prim_ctrl-0.7.7 → prim_ctrl-0.7.8}/PKG-INFO +1 -1
- {prim_ctrl-0.7.7 → prim_ctrl-0.7.8}/prim_ctrl/__main__.py +1 -1
- {prim_ctrl-0.7.7 → prim_ctrl-0.7.8}/pyproject.toml +1 -1
- {prim_ctrl-0.7.7 → prim_ctrl-0.7.8}/LICENSE +0 -0
- {prim_ctrl-0.7.7 → prim_ctrl-0.7.8}/README.md +0 -0
- {prim_ctrl-0.7.7 → prim_ctrl-0.7.8}/prim_ctrl/__init__.py +0 -0
|
@@ -689,7 +689,7 @@ class LocalTailscale(Manageable):
|
|
|
689
689
|
start_result = await super().start(repeat, timeout)
|
|
690
690
|
if start_result and self.tailscale and self.machine_name:
|
|
691
691
|
max_last_seen_age = 7200
|
|
692
|
-
wait_on_fresh_start =
|
|
692
|
+
wait_on_fresh_start = 15
|
|
693
693
|
difference = datetime.now(timezone.utc).replace(microsecond=0) - device_info.last_seen if device_info.last_seen else None
|
|
694
694
|
difference_sec = difference.total_seconds() if difference else None
|
|
695
695
|
if difference_sec is None or difference_sec > max_last_seen_age:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "prim-ctrl"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.8"
|
|
4
4
|
description = "Primitive Ctrl - Remote control of your phone's Primitive FTPd Android SFTP server and optionally Tailscale VPN."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
authors = ["Laszlo Magyar <lmagyar1973@gmail.com>"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|