Skip to content

Commit

Permalink
tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 25, 2024
1 parent 79cd32d commit f0d6b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async def get_ui_instance_name(site_branding: BrandName,
status_code: int = 200

try:
# determine which site branding we are updating for
if site_branding.value == 'APSViz':
# handle the get/set/reset of the APSViz instance name
ret_val = GenUtils.handle_instance_name(site_branding.value, apsviz_instance_name, reset)
Expand Down

0 comments on commit f0d6b3e

Please sign in to comment.