From c848cf2795fe77f4f31738de11eb5b19c2cdaaa3 Mon Sep 17 00:00:00 2001 From: anubhavjana Date: Sun, 5 Mar 2023 12:58:16 +0530 Subject: [PATCH] Update control.py --- controlplane/control.py | 1 - 1 file changed, 1 deletion(-) diff --git a/controlplane/control.py b/controlplane/control.py index d03fc64..960dfd4 100644 --- a/controlplane/control.py +++ b/controlplane/control.py @@ -16,7 +16,6 @@ from requests.packages.urllib3.exceptions import InsecureRequestWarning from flask import Flask, request,jsonify,send_file requests.packages.urllib3.disable_warnings(InsecureRequestWarning) import pymongo -import shutil app = Flask(__name__)