mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
SyncServer - fix wrong method for local site
This commit is contained in:
parent
e0eeec5e45
commit
1c4d1f0346
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ class SyncRepresentationWidget(QtWidgets.QWidget):
|
|||
def _add_site(self):
|
||||
log.info(self.representation_id)
|
||||
project_name = self.table_view.model().project
|
||||
local_site_name = self.sync_server.get_my_local_site()
|
||||
local_site_name = get_local_site_id()
|
||||
try:
|
||||
self.sync_server.add_site(
|
||||
project_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue