From 47416cadf1d78c7cf6b5400d8e243f71b4460f40 Mon Sep 17 00:00:00 2001 From: ilhamrisky Date: Thu, 17 Jun 2021 12:13:05 +0700 Subject: [PATCH] Delete testimage.py --- testimage.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 testimage.py diff --git a/testimage.py b/testimage.py deleted file mode 100644 index f4ce852..0000000 --- a/testimage.py +++ /dev/null @@ -1,10 +0,0 @@ -import requests - -url = "https://api-frontend.kemdikbud.go.id/v2/detail_pt_logo/RTVFNzg2RkItQjhBNy00OUU2LUJBRDgtM0Q4RThFMEE0RUJG" - -payload={} -headers = {} - -response = requests.request("GET", url, headers=headers, data=payload) - -print(response.text)