debug
This commit is contained in:
parent
43220b42f3
commit
37a755025d
2 changed files with 7 additions and 3 deletions
|
|
@ -50,6 +50,6 @@ def track():
|
|||
|
||||
return str(len(db[hash][cat]))
|
||||
else:
|
||||
return 'hash missing'
|
||||
return str(0)
|
||||
|
||||
serve(app, host='0.0.0.0', port=8001)
|
||||
Loading…
Add table
Add a link
Reference in a new issue