2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 09:57:22 +00:00

documn improvements

This commit is contained in:
Philip Sargent
2022-09-19 21:54:51 +03:00
parent 13b57d2bb6
commit 0611c3f00f
2 changed files with 5 additions and 2 deletions

View File

@@ -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: