mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Finishing up all the pages for the 3.0 release.
Now all pages are functional.
This commit is contained in:
@@ -327,7 +327,6 @@ async def api_stats_count(request):
|
||||
value = request.query.get(name)
|
||||
if value is None:
|
||||
return None
|
||||
|
||||
try:
|
||||
return int(value)
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user