More typo in middleware ipc check

This commit is contained in:
nolash
2020-10-17 15:08:33 +02:00
parent 6a72b594f9
commit cdd1c58c51

View File

@@ -29,7 +29,7 @@ class PlatformMiddleware:
def __init__(self, make_request, w3):
self.w3 = w3
self.make_request = make_request
if ipcaddr == None:
if self.ipcaddr == None:
raise AttributeError('ipcaddr not set')