mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
refactoring
This commit is contained in:
parent
77eda0729b
commit
96f2d36af6
@ -21,7 +21,6 @@
|
||||
|
||||
|
||||
import io
|
||||
import textwrap
|
||||
|
||||
from typing import Dict
|
||||
|
||||
@ -43,8 +42,8 @@ from . import BaseAuthService
|
||||
|
||||
|
||||
# =====
|
||||
_FREERADUIS_DICT = textwrap.dedent("""
|
||||
# https://github.com/pyradius/pyrad/raw/master/example/dictionary
|
||||
_FREERADUIS_DICT = """
|
||||
# https://github.com/pyradius/pyrad/raw/master/example/dictionary
|
||||
|
||||
#
|
||||
# Following are the proper new names. Use these.
|
||||
@ -395,7 +394,7 @@ VALUE Packet-Type Accounting-Message 10
|
||||
VALUE Packet-Type Access-Challenge 11
|
||||
VALUE Packet-Type Status-Server 12
|
||||
VALUE Packet-Type Status-Client 13
|
||||
""")
|
||||
"""
|
||||
|
||||
|
||||
# =====
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user