Skip to content

Commit c1f49db

Browse files
committed
Remove the client id from JobIDs
1 parent f99070b commit c1f49db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/murfey/server/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class JobIDs(NamedTuple):
9191
dcid: int
9292
pid: int
9393
appid: int
94-
client_id: int
9594

9695

9796
def sanitise(in_string: str) -> str:
@@ -186,7 +185,6 @@ def get_job_ids(tilt_series_id: int, appid: int) -> JobIDs:
186185
dcid=results[0][3].id,
187186
pid=results[0][2].id,
188187
appid=results[0][1].id,
189-
client_id=results[0][5].client_id,
190188
)
191189

192190

0 commit comments

Comments
 (0)