更新 redis 环境变量

This commit is contained in:
virusdefender
2015-09-17 09:44:31 +08:00
parent aa14962a85
commit e4533c9b76
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import logging
logger = logging.getLogger("app_info")
def problem_page(request, problem_id):
try:
problem = Problem.objects.get(id=problem_id, visible=True)