From a8e8402eff65958fdb7d34441dfb15cab02a18ef Mon Sep 17 00:00:00 2001 From: youngS Date: Tue, 17 Aug 2021 12:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AC=E5=9C=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=BF=9E=E6=8E=A5=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/api/utils/storage/localApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fir_ser/api/utils/storage/localApi.py b/fir_ser/api/utils/storage/localApi.py index 1b769fb..7669e10 100644 --- a/fir_ser/api/utils/storage/localApi.py +++ b/fir_ser/api/utils/storage/localApi.py @@ -30,7 +30,7 @@ class LocalStorage(object): uri = 'http://' if self.is_https: uri = 'https://' - return f"{uri}${self.domain_name}" + return f"{uri}{self.domain_name}" def get_download_url(self, name, expires=600, force_new=False): download_url = '/'.join([self.get_base_url(), 'download', name])