更新 alipan.py

This commit is contained in:
Aqr-K
2024-09-19 07:31:40 +08:00
parent 6e8d1219f8
commit bf21eda1bb

View File

@@ -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,
})