mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
missing self
This commit is contained in:
parent
6f93743c8d
commit
c3cbab14b9
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class ProcessEventHub(ftrack_api.event.hub.EventHub):
|
|||
def prepare_dbcon(self):
|
||||
try:
|
||||
self.dbcon.install()
|
||||
dbcon._database.collection_names()
|
||||
self.dbcon._database.collection_names()
|
||||
except pymongo.errors.AutoReconnect:
|
||||
log.error("Mongo server \"{}\" is not responding, exiting.".format(
|
||||
os.environ["AVALON_MONGO"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue