From 7679dc6767690a18641445762477f7cfd78ca1d8 Mon Sep 17 00:00:00 2001 From: Kristina <58218716+grand-kristina@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:04:12 +0700 Subject: [PATCH] Update process.py --- Python/process.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Python/process.py b/Python/process.py index 45a5cbf..758e36b 100755 --- a/Python/process.py +++ b/Python/process.py @@ -24,12 +24,6 @@ def setup_processor(): print("Using http proxy at {}".format(proxy_string)) processor.Proxies["http"] = proxy_string - if "https_proxy" in os.environ: - proxy_string = os.environ["https_proxy"] - print("Using https proxy at {}".format(proxy_string)) - processor.Proxies["https"] = proxy_string - - # Recognize a file at filePath and save result to resultFilePath def recognize_file(file_path, result_file_path, language, output_format): print("Uploading..")