Correct issues with the SRP merge from v1

This commit is contained in:
Adarnof 2017-11-17 17:29:01 -05:00
parent f961db3130
commit 4a94f379b4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import logging
logger = logging.getLogger(__name__)
class srpManager:
class SRPManager:
def __init__(self):
pass