diff --git a/docker-compose.yml b/docker-compose.yml index e22b9f8..3064056 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,8 @@ x-common: # ------------------------------------------------------------------------------------------ # DANGER ZONE BELOW # -# The remainder of this file likely does not need to be changed. Please only make modifications +# The remainder of this file likely does not need to be changed. +# Please only make modifications # below if you understand what you are doing. # services: diff --git a/pgadmin-config-creator/app.py b/pgadmin-config-creator/app.py index 606e7c3..9cd2048 100644 --- a/pgadmin-config-creator/app.py +++ b/pgadmin-config-creator/app.py @@ -15,4 +15,4 @@ with open("/config/servers.json", "w") as f: print(data) json.dump(data, f, indent=2) # sleep until GHA Healthchecks are complete -time.sleep(125) \ No newline at end of file +time.sleep(125)