Explorar o código

modify network test

highing666 %!s(int64=4) %!d(string=hai) anos
pai
achega
649fa5c97a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/api/routers/nlp.py

+ 1 - 1
app/api/routers/nlp.py

@@ -11,7 +11,7 @@ router = APIRouter()
 @router.get('/meeting/info', response_model=MeetingInfoResponse)
 async def catch_meeting_info(sentence: str = Query(..., max_length=100)):
     r = httpx.get('https://api.github.com/users/octocat/orgs')  # Test external network
-    logger.debug(r.status_code)
+    logger.info(r.status_code)
     start_time, end_time, duration, room_size, topic, name_list = await get_caught_result(sentence)
     response = {
         'Message': 'success',