SatSale

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

commit 0fa5802d13dfcda6848220ee5ff9cbd4ad13a0a4
parent b4b1c2963ef71e516f8a4ff3402b52c0f5167f9e
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 11 Aug 2021 06:35:55 +1000

move ssh_tunnel to cleanup main dir

Diffstat:
Rssh_tunnel.py -> gateways/ssh_tunnel.py | 0
Msatsale.py | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh_tunnel.py b/gateways/ssh_tunnel.py diff --git a/satsale.py b/satsale.py @@ -15,7 +15,7 @@ import sqlite3 from pprint import pprint import json -import ssh_tunnel +from gateways import ssh_tunnel import config import invoice from pay import bitcoind