This commit is contained in:
iFargle
2023-02-20 14:15:28 +09:00
parent c0d49216c5
commit fcf71b5b1a

View File

@@ -43,7 +43,6 @@ if AUTH_TYPE.lower() == "oidc":
}
}
"""
os.
with open("/app/instance/secrets.json", "w+") as secrets_json:
secrets_json.write(client_secrets)