summaryrefslogtreecommitdiffstats
path: root/parsers/scans.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-08-06 22:23:39 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-08-06 22:23:39 +0300
commitf33c6cc0570fc409f2928b5cbda2f79dbcf0b99f (patch)
tree6488c1d620e768da7443e4ec93f07bd23a0416e1 /parsers/scans.py
parent186eb20fb30b387f006791577519dd2734a10b3f (diff)
downloadtroggle-f33c6cc0570fc409f2928b5cbda2f79dbcf0b99f.tar.gz
troggle-f33c6cc0570fc409f2928b5cbda2f79dbcf0b99f.tar.bz2
troggle-f33c6cc0570fc409f2928b5cbda2f79dbcf0b99f.zip
bugfix in new wallet
Diffstat (limited to 'parsers/scans.py')
-rw-r--r--parsers/scans.py5
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