mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
fix: Add missing psutil import for queue health monitoring
This commit is contained in:
@@ -4,6 +4,7 @@ import logging
|
||||
import json
|
||||
import os
|
||||
import time
|
||||
import psutil
|
||||
from typing import Dict, Optional, Set, Tuple, Callable, Any, List, Union
|
||||
from datetime import datetime, timedelta
|
||||
import traceback
|
||||
|
||||
Reference in New Issue
Block a user