Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Sep 17, 2024
1 parent f9b11e8 commit 7a4cd8a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions dsp_permissions_scripts/080C_kunsthalle.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ def main() -> None:
shortcode = "080C"
log_start_of_script(host, shortcode)
dsp_client = login(host)
oap_config = OapRetrieveConfig(retrieve_resources="all", retrieve_values="all")

project_doaps = get_doaps_of_project(shortcode, dsp_client)
serialize_doaps_of_project(
project_doaps=project_doaps,
update_doaps(
shortcode=shortcode,
mode="original",
server=dsp_client.server,
dsp_client=dsp_client,
)
update_oaps(
shortcode=shortcode,
dsp_client=dsp_client,
oap_config=oap_config,
)


Expand Down

0 comments on commit 7a4cd8a

Please sign in to comment.