Browse Source

TG-204: Fix NameError by importing html

lanfr144 1 tháng trước cách đây
mục cha
commit
49e84436de
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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