fix: set string to raw

main
Marshall Hallenbeck 2024-03-12 16:37:03 -04:00
parent 34db1985f3
commit ec31181c3a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class NXCModule:
def on_admin_login(self, context, connection): def on_admin_login(self, context, connection):
if not self.ca: if not self.ca:
context.log.fail("Please provide a valid CA server and CA name (CA_SERVER\CA_NAME)") context.log.fail(r"Please provide a valid CA server and CA name (CA_SERVER\CA_NAME)")
return False return False
host = connection.host host = connection.host