Skip to content

Commit 039eeba

Browse files
committed
Tilt series needs session id not client id
1 parent b386ee7 commit 039eeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class TiltInfo(BaseModel):
343343

344344

345345
class TiltSeriesInfo(BaseModel):
346-
client_id: int
346+
session_id: int
347347
tag: str
348348
source: str
349349

0 commit comments

Comments
 (0)