forked from expo/troggle
documn improvements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user