mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-24 03:32:05 +08:00
Athenad: Add TODO-SP
This commit is contained in:
@@ -106,6 +106,7 @@ cancelled_uploads: set[str] = set()
|
||||
cur_upload_items: dict[int, UploadItem | None] = {}
|
||||
|
||||
|
||||
# TODO-SP: adapt zst for sunnylink
|
||||
def strip_zst_extension(fn: str) -> str:
|
||||
if fn.endswith('.zst'):
|
||||
return fn[:-4]
|
||||
|
||||
Reference in New Issue
Block a user