forked from expo/troggle
Better error messaged and url
This commit is contained in:
@@ -140,7 +140,7 @@ def scanupload(request, path=None):
|
||||
if int(wnumber) == 0:
|
||||
prev = f'{int(wnumber):02d}'
|
||||
|
||||
wurl = f"/scanupload/{wallet}"
|
||||
wurl = f"/scanupload/{wallet}".replace('#', ':')
|
||||
wallet = wallet.replace(':','#')
|
||||
dirpath = Path(settings.SURVEY_SCANS, year, wallet)
|
||||
contents_path = dirpath / contentsjson
|
||||
|
||||
Reference in New Issue
Block a user