diff options
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: |