Skip to content

Commit

Permalink
take localhost as template data
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Sep 10, 2024
1 parent 9214edd commit 5cb0af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dsp_permissions_scripts/template_for_single_iris.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def main() -> None:
The text file should contain the IRIs of the resources/values (one per line) to update.
Resource IRIs and value IRIs can be mixed in the text file.
"""
host = Hosts.get_host("rdu")
shortcode = "0812"
iri_file = Path("project_data/0812/iris_to_update.txt")
host = Hosts.get_host("localhost")
shortcode = "4123"
iri_file = Path("project_data/4123/iris_to_update.txt")
new_scope = OPEN
log_start_of_script(host, shortcode)
dsp_client = login(host)
Expand Down

0 comments on commit 5cb0af1

Please sign in to comment.