remove invalid parantheses

This commit is contained in:
Christian Stade-Schuldt 2018-07-04 01:00:36 +02:00
parent ee66451dcc
commit 3364b29ec1
1 changed files with 1 additions and 1 deletions

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: