Remove "my secret" from authentication

This commit is contained in:
amcmanu3 2023-01-31 13:30:41 -05:00
parent 3eeb00e524
commit 750e4f40c0

View File

@ -13,7 +13,6 @@ logger = logging.getLogger(__name__)
class Authentication:
def __init__(self, helper):
self.helper = helper
self.secret = "my secret"
try:
self.secret = ManagementController.get_crafty_api_key()
if self.secret == "":