mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:27:10 +00:00
bugfixes and enabling older wallets to be found and listed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user