can't use self as a name
This commit is contained in:
parent
60201ee5bf
commit
20264bc3f5
6 changed files with 11 additions and 11 deletions
|
@ -63,7 +63,7 @@ def get_connector(book=None):
|
|||
else:
|
||||
# only select from external connectors
|
||||
connector_info = models.Connector.objects.filter(
|
||||
self=False
|
||||
local=False
|
||||
).order_by('priority').first()
|
||||
return load_connector(connector_info)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue