This commit is contained in:
Jonathon Broughton 2023-02-17 16:08:45 +00:00
Родитель fcb39b02b5
Коммит d694315d4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DF9BAE17CCB7B072
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,7 @@
"source": [
"from specklepy.api import operations\n",
"\n",
"# Receive data in Python\n",
"# Receive data in Python - This gets the latest commit from the 'main' branch\n",
"commit = wrapper.get_client().commit.list(wrapper.stream_id, limit=1)[0]\n",
"\n",
"# get obj id from commit\n",