浏览代码

TG-204: Fix NameError by importing html

lanfr144 1 月之前
父节点
当前提交
49e84436de
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -10,6 +10,7 @@ import string
 import time
 import os
 import pandas as pd
+import html
 from snmp_notifier import notifier
 from unit_converter import UnitConverter
 from fpdf import FPDF