lang 4 년 전
부모
커밋
43d8409b2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -192,7 +192,7 @@ class oa2TokenView(TemplateView):
             return JsonResponse(res_json)
 
     def post_to_api(self, payload):
-        connection = http.client.HTTPSConnection("api.amazon.com")
+        # connection = http.client.HTTPSConnection("api.amazon.com")
         headers = {
             'content-type': "application/x-www-form-urlencoded",
             'cache-control': "no-cache"