Browse Source

修改skillname

peng 2 years ago
parent
commit
ee3971e7b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -115,7 +115,7 @@ class authLoocamView(TemplateView):
             'response_type': response_type,
             'scope': scope,
             'redirect_uri': redirect_uri,
-            'skill_name': 'Loocam'
+            'skill_name': 'loocam'
         }
         logger = logging.getLogger('django')
         logger.info('loocam请求登录网页,参数为{}'.format(context))