renamed radiussrv to radius

This commit is contained in:
Maxim Devaev 2022-03-27 02:59:53 +03:00
parent 346c9f753d
commit be5f57e03f

View File

@ -40,6 +40,7 @@ from pyrad.client import Client
from pyrad.dictionary import Dictionary from pyrad.dictionary import Dictionary
import pyrad.packet import pyrad.packet
# ===== # =====
class Plugin(BaseAuthService): class Plugin(BaseAuthService):
def __init__( # pylint: disable=super-init-not-called def __init__( # pylint: disable=super-init-not-called