diff options
Diffstat (limited to 'parsers/scans.py')
-rw-r--r-- | parsers/scans.py | 5 |
1 files changed, 4 insertions, 1 deletions
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 |