cticon octicon-issue-opened"> Issues 0 Pull Requests 0 Commits 325 Releases 0

拍爱

.gitignore 693B

    # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *.swp # C extensions *.so # Distribution / packaging bin/ build/ develop-eggs/ dist/ eggs/ lib/ lib64/ parts/ sdist/ venv/ var/ static/upload/ *.egg-info/ .installed.cfg *.egg *.sublime* # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports .tox/ .coverage .cache nosetests.xml coverage.xml # Translations # *.mo # Mr Developer .mr.developer.cfg .project .pydevproject .settings # Rope .ropeproject # Django stuff: *.log *.pot # Sphinx documentation docs/_build/ # Ignore For zhTimer .DS_Store db.sqlite3 local_settings.py .idea/ media/ collect_static/ # Special File *download.html
Remove unnecessary u · c96e9e8a02 - Gogs: Go Git Service

Remove unnecessary u

Brightcells 9 gadi atpakaļ
vecāks
revīzija
c96e9e8a02
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      group/views.py

+ 1 - 1
group/views.py

@@ -283,7 +283,7 @@ def group_unlock_api(request):
283 283
     # Redis 群组数据缓存更新
284 284
     set_group_info(group)
285 285
 
286
-    return response(200, u'Unlock Success', u'解锁成功')
286
+    return response(200, 'Unlock Success', u'解锁成功')
287 287
 
288 288
 
289 289
 @logit