the return value is not needed
This commit is contained in:
@@ -59,6 +59,6 @@ class WebUI:
|
|||||||
|
|
||||||
# send to the server
|
# send to the server
|
||||||
try:
|
try:
|
||||||
response = session.patch(url, headers=headers, data=data, timeout=2)
|
session.patch(url, headers=headers, data=data, timeout=2)
|
||||||
except requests.exceptions.ConnectTimeout:
|
except requests.exceptions.ConnectTimeout:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user