1
0
mirror of https://github.com/Tafkas/fritzbox-munin.git synced 2023-10-10 13:36:55 +02:00

remove invalid parantheses

This commit is contained in:
Christian Stade-Schuldt 2018-07-04 01:00:36 +02:00
parent ee66451dcc
commit 3364b29ec1

View File

@ -32,7 +32,7 @@ def get_cpu_temperature():
password = os.environ['fritzbox_password']
session_id = fh.get_session_id(server, password)
data = fh.get_page_content(server, (session_id, PAGE))
data = fh.get_page_content(server, session_id, PAGE)
m = re.search(pattern, data)
if m: