SatSale

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

commit 3f6d33a5c3c3a54cc11b49daa3bc3811f20652dc
parent 03d0befbabbe1db63cc06662e1d777cc1d7de871
Author: Nick <nicholas.w.farrow@gmail.com>
Date:   Mon, 25 Jan 2021 19:29:47 +1100

Update config.py
Diffstat:
Mconfig.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py @@ -35,4 +35,4 @@ pay_method = "bitcoind" # DO NOT CHANGE THIS TO TRUE UNLESS YOU WANT ALL PAYMENTS TO AUTOMATICALLY # BE CONSIDERED AS PAID. -config.free_mode = False +free_mode = False