From f33c6cc0570fc409f2928b5cbda2f79dbcf0b99f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 6 Aug 2022 22:23:39 +0300 Subject: bugfix in new wallet --- parsers/scans.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'parsers/scans.py') diff --git a/parsers/scans.py b/parsers/scans.py index 37578cb..4e6d495 100644 --- a/parsers/scans.py +++ b/parsers/scans.py @@ -102,9 +102,12 @@ 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 + refreshes everything during a ful import, but it should all be up to date as every time wallet data gets saved it should also be copied across and committed. ''' + # not needed now the drawinsg repo is the master + return + year = wallet.walletname[0:4] destfolder = Path(settings.DRAWINGS_DATA,'walletjson', year, wallet.walletname) destjson = destfolder / contentsjson -- cgit v1.2.3