mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added url argument back to docstring
This commit is contained in:
parent
86755f97cc
commit
fae5a6506c
1 changed files with 3 additions and 0 deletions
|
|
@ -193,6 +193,9 @@ def get_pype_global_settings(url: str) -> dict:
|
|||
We are loading data from database `pype` and collection `settings`.
|
||||
There we expect document type `global_settings`.
|
||||
|
||||
Args:
|
||||
url (str): MongoDB url.
|
||||
|
||||
Returns:
|
||||
dict: With settings data. Empty dictionary is returned if not found.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue