From 94df33284326fa6cba28efc192c1cd4c29eb8916 Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Fri, 26 Mar 2021 16:30:41 +0000 Subject: [PATCH] 2021 refresh - linting fixes --- src/app/apis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/apis.py b/src/app/apis.py index a460dcb..818b2c7 100644 --- a/src/app/apis.py +++ b/src/app/apis.py @@ -8,6 +8,7 @@ olddata["net_sent"] = 0 olddata["net_recv"] = 0 + # # This route returns real time process information as a REST API # @@ -31,6 +32,7 @@ def api_process(): return jsonify(apidata) + # # This route returns real time system metrics as a REST API #