mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Add missing time import
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,7 @@ import pty
|
|||||||
import os
|
import os
|
||||||
import select
|
import select
|
||||||
import json
|
import json
|
||||||
|
import time
|
||||||
from flask import Flask, render_template_string, jsonify, request, Response, send_file
|
from flask import Flask, render_template_string, jsonify, request, Response, send_file
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user