Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 11, 2023
1 parent ec0fa0e commit ffbf82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsp_permissions_scripts/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def modify_oaps(oaps: list[Oap]) -> list[Oap]:
return oaps


def update_administrative_permissions(
def update_aps(
host: str,
shortcode: str,
token: str,
Expand Down Expand Up @@ -146,7 +146,7 @@ def main() -> None:
shortcode = "F18E"
token = login(host)

update_administrative_permissions(
update_aps(
host=host,
shortcode=shortcode,
token=token,
Expand Down

0 comments on commit ffbf82a

Please sign in to comment.