SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a36a6067380bd9cd9da431b2c58a179dfed0d608
parent b508f83c135ccb734808f91f5197708fdacd3ad8
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 27 Jan 2021 23:58:56 +1100

rearrange imports

Diffstat:
Mssh_tunnel.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh_tunnel.py b/ssh_tunnel.py @@ -1,9 +1,9 @@ +import subprocess + import config import invoice from pay import bitcoind -import subprocess - # If tunnel is required (might make things easier) try: