the return value is not needed

This commit is contained in:
Sven Czarnian
2021-11-14 10:01:53 +01:00
parent 0a3502e98a
commit 5df1ceb204

View File

@@ -59,6 +59,6 @@ class WebUI:
# send to the server
try:
response = session.patch(url, headers=headers, data=data, timeout=2)
session.patch(url, headers=headers, data=data, timeout=2)
except requests.exceptions.ConnectTimeout:
return