From 7b3d7f85a65229dea47b3b73fb93afeeb39847e7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 24 Jan 2019 19:17:31 +0000 Subject: I totally forgot that we don't need flask. at all. --- modules/rest_api.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/rest_api.py') diff --git a/modules/rest_api.py b/modules/rest_api.py index 6fe26fb9..85a5fc68 100644 --- a/modules/rest_api.py +++ b/modules/rest_api.py @@ -2,7 +2,6 @@ #--require-config tls-api-certificate import http.server, json, ssl, threading, uuid, urllib.parse -import flask from src import ModuleManager, utils _bot = None -- cgit v1.3.1-10-gc9f91