update import signal

This commit is contained in:
2025-04-21 13:50:25 +10:00
parent d90122d13c
commit 42aa9b6aaf
3 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ import logging
import re
import os
import json
from datetime import datetime, timedelta, timezone
import signal
import sys
import datetime, timedelta, timezone
from openai import OpenAI
from urllib.parse import quote
from selenium import webdriver