taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 18e1550c5c0819012e66a9a64005f59ee13d105a
parent 49cfd3605e2c668f907335a39fce7f0780dace91
Author: MS <ms@taler.net>
Date:   Tue, 18 May 2021 09:03:09 +0200

import needed

Diffstat:
Mbin/taler-deployment | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -22,6 +22,7 @@ import sys import os.path import subprocess import time +import random from pathlib import Path from dataclasses import dataclass from typing import List, Callable