diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-15 17:04:43 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-15 17:04:43 +0000 |
commit | 3390f51049c0dd45a995ce9d45804d2d05b96fda (patch) | |
tree | a95d6ee8387d39d94d3c0ec763c538ed6dd277ff /core/views/scans.py | |
parent | fac748d2e24e5765c43350a247f2c92856c96b2d (diff) | |
download | troggle-3390f51049c0dd45a995ce9d45804d2d05b96fda.tar.gz troggle-3390f51049c0dd45a995ce9d45804d2d05b96fda.tar.bz2 troggle-3390f51049c0dd45a995ce9d45804d2d05b96fda.zip |
Form creates wallet folder and contents.json
Diffstat (limited to 'core/views/scans.py')
-rw-r--r-- | core/views/scans.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/scans.py b/core/views/scans.py index 3acdbae..6e380c2 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -19,7 +19,7 @@ by looking inside the file before being served. need to check if inavlid query string is invalid, or produces multiple replies and render a user-friendly error page. ''' - + def singlewallet(request, path): #print [ s.walletname for s in Wallet.objects.all() ] try: |