mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
Update server.py
This commit is contained in:
parent
d0d640ec72
commit
0b5d733dfb
|
@ -497,7 +497,7 @@ class Extension():
|
|||
@classmethod
|
||||
def get_connector(cls, connection_type):
|
||||
for extension in cls.extensions:
|
||||
if extension.type == "connector" and extension.connection_type = connection_type:
|
||||
if extension.type == "connector" and extension.connection_type == connection_type:
|
||||
return extension
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user