mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix collection popping.
This commit is contained in:
parent
fc1f889608
commit
1616d59854
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ def get_ftrack_event_mongo_info():
|
|||
if not _used_ftrack_url or components["database"] is None:
|
||||
components["database"] = database_name
|
||||
|
||||
components.pop("collection")
|
||||
components.pop("collection", None)
|
||||
|
||||
uri = compose_url(**components)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue