mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
OP-1978 - fix - wrong site
This commit is contained in:
parent
02cff11f3f
commit
ab85ba115b
1 changed files with 2 additions and 2 deletions
|
|
@ -1039,8 +1039,8 @@ class SyncServerModule(OpenPypeModule, ITrayModule):
|
|||
|
||||
sys_sett = get_system_settings()
|
||||
sync_sett = sys_sett["modules"].get("sync_server")
|
||||
for site, detail in sync_sett.get("sites", {}).items():
|
||||
sites[site] = detail.get("provider")
|
||||
for conf_site, detail in sync_sett.get("sites", {}).items():
|
||||
sites[conf_site] = detail.get("provider")
|
||||
|
||||
return sites.get(site, 'N/A')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue