diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-09-19 21:54:51 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-09-19 21:54:51 +0300 |
commit | 0611c3f00fc17bf8fe100e1c19c0e95e985845f1 (patch) | |
tree | 532dec14242996eee5938ecc0d16ff5f15c3758a /core | |
parent | 13b57d2bb6e82ed2b6d2c8716da91d47f3986df5 (diff) | |
download | troggle-0611c3f00fc17bf8fe100e1c19c0e95e985845f1.tar.gz troggle-0611c3f00fc17bf8fe100e1c19c0e95e985845f1.tar.bz2 troggle-0611c3f00fc17bf8fe100e1c19c0e95e985845f1.zip |
documn improvements
Diffstat (limited to 'core')
-rw-r--r-- | core/views/uploads.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py index e476458..5515982 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -481,7 +481,7 @@ def scanupload(request, path=None): waldata = read_json() jsonfile = Path(settings.DRAWINGS_DATA, "walletjson") / wallet[0:4] / wallet / "contents.json" - print(f'! - FORM scanupload - jsonfile {jsonfile}') + # print(f'! - FORM scanupload - jsonfile {jsonfile}') if not Path(jsonfile).is_file(): metadataurl = "" else: |