diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-28 18:36:40 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-28 18:36:40 +0300 |
commit | c29e240c2b6f3ced17bdd42de107215431c7d19d (patch) | |
tree | b9a8047e0b317ddc3bc0a4a62a157b33cd0a31c1 /parsers/scans.py | |
parent | 93622b111f4a7136033ccf844a7e03a4093cb336 (diff) | |
download | troggle-c29e240c2b6f3ced17bdd42de107215431c7d19d.tar.gz troggle-c29e240c2b6f3ced17bdd42de107215431c7d19d.tar.bz2 troggle-c29e240c2b6f3ced17bdd42de107215431c7d19d.zip |
creating new wallet now copies nd commits
Diffstat (limited to 'parsers/scans.py')
-rw-r--r-- | parsers/scans.py | 2 |
1 files changed, 2 insertions, 0 deletions
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) |