diff --git a/fritzbox_cpu_usage.py b/fritzbox_cpu_usage.py index 663ea34..4e780e4 100755 --- a/fritzbox_cpu_usage.py +++ b/fritzbox_cpu_usage.py @@ -20,7 +20,6 @@ import os import re import sys import fritzbox_helper as fh -from io import StringIO, BytesIO PAGE = '/system/ecostat.lua' pattern = re.compile('.*\/(StatCPU)".*=.*"(.*?)"')