1735bee4c3f295"> 瀏覽代碼 :bug: Fix Bug: ValueError: need more than 0 values to unpack
huangqimin 6 年之前
父節點
當前提交
5caf433f45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pre/market_code.py

+ 1 - 1
pre/market_code.py

@@ -19,7 +19,7 @@ def marketcodedownload(application_id, code_start, code_end, isv_application_id=
19 19
 
20 20
     codes = applycodedownload(application_id=application_id, code_start=code_start, code_end=code_end, appid=appid, secret=secret, token=None, storage=RedisStorage(r), iv=iv)
21 21
 
22
-    lattice, code, code_index, code_url = ''
22
+    lattice, code, code_index, code_url = '', '', '', ''
23 23
     for idx, item in enumerate(codes):
24 24
         if idx % 4 == 0:
25 25
             lattice = item

pai2 - Gogs: Go Git Service

拍爱

Brightcells: 78a87fa9b9 api/ 8 年之前
..
migrations 4defb80fdc gogs first init 10 年之前
__init__.py 4defb80fdc gogs first init 10 年之前
admin.py fabef63211 set line_length=200 for isort 10 年之前
encrypt_views.py be7a80534a B64 only 8 年之前
mch_views.py aa31a5f59a Add kodo 8 年之前
models.py fabef63211 set line_length=200 for isort 10 年之前
tests.py fabef63211 set line_length=200 for isort 10 年之前
urls.py 78a87fa9b9 api/ 8 年之前
views.py 953ffaab3c Change to use django-uniapi 9 年之前