More typo in middleware ipc check

This commit is contained in:
nolash 2020-10-17 15:08:33 +02:00
parent 6a72b594f9
commit cdd1c58c51
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

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')