diff options
Diffstat (limited to 'renew-all')
| -rwxr-xr-x | renew-all | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -60,8 +60,6 @@ def main() -> None: + actions[args.action] ) environment = { - "DESEC_POLLING_INTERVAL": str(config["timeout_seconds"]), - "DESEC_TOKEN": config["desec_token"], "MYTHICBEASTS_PASSWORD": config["mythic_beasts_secret"], "MYTHICBEASTS_POLLING_INTERVAL": str(config["timeout_seconds"]), "MYTHICBEASTS_USERNAME": config["mythic_beasts_key_id"], |
