diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-13 23:56:56 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-13 23:56:56 +0300 |
commit | edfba8d3554efa2b1bf96939ed5cbc59f97e93e5 (patch) | |
tree | 4071d14ba16264f3d1d7da616478e38dcb87572f /parsers | |
parent | 1eadc931cbf02879ad305416ebe9f6493ae71e8b (diff) | |
download | troggle-edfba8d3554efa2b1bf96939ed5cbc59f97e93e5.tar.gz troggle-edfba8d3554efa2b1bf96939ed5cbc59f97e93e5.tar.bz2 troggle-edfba8d3554efa2b1bf96939ed5cbc59f97e93e5.zip |
git commit edits to wallet data
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/scans.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/scans.py b/parsers/scans.py index cf4a100..28d0325 100644 --- a/parsers/scans.py +++ b/parsers/scans.py @@ -102,7 +102,7 @@ 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 should all be up to date as every time + refreshes everything during a full 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 |