Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
2021 refresh - linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Mar 26, 2021
1 parent b759a0f commit 94df332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
olddata["net_sent"] = 0
olddata["net_recv"] = 0


#
# This route returns real time process information as a REST API
#
Expand All @@ -31,6 +32,7 @@ def api_process():

return jsonify(apidata)


#
# This route returns real time system metrics as a REST API
#
Expand Down

0 comments on commit 94df332

Please sign in to comment.