From bf21eda1bb68edf78f6ac06ef30fcc9b0dcd9622 Mon Sep 17 00:00:00 2001 From: Aqr-K <95741669+Aqr-K@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20alipan.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filemanager/storages/alipan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/filemanager/storages/alipan.py b/app/modules/filemanager/storages/alipan.py index be2f4b85..6caec361 100644 --- a/app/modules/filemanager/storages/alipan.py +++ b/app/modules/filemanager/storages/alipan.py @@ -246,7 +246,7 @@ class AliPan(StorageBase): return '类 Unix 操作系统' res = RequestUtils(headers=headers, timeout=5).post_res(self.create_session_url, json={ - 'deviceName': f'MoviePilot {SystemUtils.platform}', + 'deviceName': 'MoviePilot', 'modelName': __os_name(), 'pubKey': self._X_PUBLIC_KEY, })