Commit 6d15d3c7 by Bodor Máté

Fix typo

parent b9747820
Pipeline #753 failed with stages
in 1 minute 17 seconds
......@@ -55,7 +55,7 @@ class InstanceDetail(APIView):
instance = self.get_object(pk)
instanceDict = InstanceSerializer(instance).data
interface = OSVirtualMachineManager(setting.CONNECTION)
interface = OSVirtualMachineManager(settings.CONNECTION)
remoteInstance = interface.get_vm(instance.remote_id)
remoteInstanceDict = remoteInstance.__dict__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment