mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-10 20:00:10 +00:00
feat: 授权过期通知
This commit is contained in:
@@ -10,7 +10,7 @@ from functools import wraps
|
||||
import time
|
||||
import ipaddress
|
||||
import psutil
|
||||
|
||||
from typing import Iterable
|
||||
|
||||
UUID_PATTERN = re.compile(r'\w{8}(-\w{4}){3}-\w{12}')
|
||||
ipip_db = None
|
||||
@@ -293,4 +293,3 @@ def unique(objects, key=None):
|
||||
if v not in seen:
|
||||
seen[v] = obj
|
||||
return list(seen.values())
|
||||
|
||||
|
Reference in New Issue
Block a user