diff --git a/curl.py b/curl.py index 65693a5..e3a196c 100644 --- a/curl.py +++ b/curl.py @@ -1,5 +1,5 @@ from flask import render_template -from tools import error_response, getAddress, get_tools_data, getClientIP +from tools import getAddress, get_tools_data, getClientIP import os from functools import lru_cache import requests diff --git a/tools.py b/tools.py index a583152..5f09a6a 100644 --- a/tools.py +++ b/tools.py @@ -31,7 +31,8 @@ CLI_AGENTS = [ "curl", "hurl", "xh", - "Posting" + "Posting", + "HTTPie" ]