Skip to content

Commit 74ab7aa

Browse files
committed
Enabling use of underscores in configuration name.
1 parent dcf2055 commit 74ab7aa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ Bug Fixed:
568568
- [jQuery](https://jquery.com) `v3.5.1`
569569
- Python
570570
- [Flask](https://pypi.org/project/Flask/) `v2.0.1`
571+
- [ifcfg](https://pypi.org/project/ifcfg/) `v0.24`
571572
- [psutil](https://pypi.org/project/psutil/) `v5.9.8`
572573
- [icmplib](https://pypi.org/project/icmplib/) `v2.1.1`
573574
- [flask-qrcode](https://pypi.org/project/Flask-QRcode/) `v3.0.0`

src/dashboard.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from datetime import datetime, timedelta
2121
from operator import itemgetter
2222
# PIP installed library
23+
import ifcfg
2324
import psutil
2425
from flask import Flask, request, render_template, redirect, url_for, session, jsonify, g
2526
from flask_qrcode import QRcode

src/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Flask
2+
ifcfg
23
psutil
34
icmplib
45
flask-qrcode

0 commit comments

Comments
 (0)