Fix try-except structure and docstring in checkin API
- Correct indentation for except block - Fix broken docstring formatting - Ensure proper Python syntax compliance - Resolve remaining syntax errors
This commit is contained in:
@ -701,8 +701,9 @@ def checkin_from_rogapp(request):
|
||||
"error_code": "CHECKIN_API_ERROR"
|
||||
}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)
|
||||
|
||||
|
||||
"""
|
||||
解説
|
||||
Goal API from rogapp - 解説
|
||||
この実装では以下の処理を行っています:
|
||||
|
||||
1. イベントコード、チーム名、画像URL、ゴール時間のパラメータを受け取ります
|
||||
|
||||
Reference in New Issue
Block a user