Fix base bug
This commit is contained in:
@@ -43,7 +43,7 @@ def is_tank(name: str, id: str) -> bool:
|
||||
|
||||
|
||||
def is_link(name: str, id: str) -> bool:
|
||||
return _get_from(name, id, _LINK) != {}
|
||||
return _get_from(name, id, _LINK) != None
|
||||
|
||||
|
||||
def is_pipe(name: str, id: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user