Explorar o código

the return value is not needed

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
5df1ceb204
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aman/com/WebUI.py

+ 1 - 1
aman/com/WebUI.py

@@ -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