diff --git a/plugin_manager.py b/plugin_manager.py index f130d61..7a56b74 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -156,8 +156,6 @@ class CategoryMetadataParseError(Exception): pass - - def send_network_request(request): return urllib.request.urlopen(request, timeout=NETWORK_REQUEST_TIMEOUT)