bugfixes and enabling older wallets to be found and listed

This commit is contained in:
Philip Sargent
2022-09-22 22:41:42 +03:00
parent af88cb4d0f
commit aa20692ad6
4 changed files with 34 additions and 23 deletions

View File

@@ -359,7 +359,7 @@ def scanupload(request, path=None):
year = wallet[:4]
try:
if int(year) <= 1998:
if wallet[4]!= "#":
#print(f'! - FORM scanupload - start {wallet} REDIRECT TO OLDWALLET')
return(oldwallet(request, path))
except: