diff --git a/intercept.py b/intercept.py index 723db03..16c1da7 100755 --- a/intercept.py +++ b/intercept.py @@ -34,6 +34,7 @@ import pty import os import select import json +import time from flask import Flask, render_template_string, jsonify, request, Response, send_file app = Flask(__name__)