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:
parent
ee66451dcc
commit
3364b29ec1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user