From c29e240c2b6f3ced17bdd42de107215431c7d19d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 28 Jul 2022 18:36:40 +0300 Subject: creating new wallet now copies nd commits --- parsers/scans.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parsers/scans.py') diff --git a/parsers/scans.py b/parsers/scans.py index c75b7f2..8b8f92f 100644 --- a/parsers/scans.py +++ b/parsers/scans.py @@ -80,6 +80,8 @@ def LoadListScansFile(wallet): c = 0 def CopyWalletData(wallet): '''Copies all the contents.json to a parallel set of folders in the drawings repo + refreshes everything during a ful import, but it shoudl all be up to date as every time + wallet data gets saved it should also be copied across and committed. ''' year = wallet.walletname[0:4] destfolder = Path(settings.DRAWINGS_DATA,'walletjson', year, wallet.walletname) -- cgit v1.2.3