Explorar el Código

enigma2 user/password salabots

Ivars hace 6 años
padre
commit
007f756ffc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      sources/enigma2.py

+ 2
- 2
sources/enigma2.py Ver fichero

@@ -49,9 +49,9 @@ Accept-Language: en-US,en;q=0.5
49 49
         self.options_read()
50 50
 
51 51
         if self.options["user"]:
52
-            self.url = "http://%s/api/" % (self.options["host"])
53
-        else:
54 52
             self.url = "http://%s:%s@%s/api/" % (self.options["user"], self.options["password"],self.options["host"])
53
+        else:
54
+            self.url = "http://%s/api/" % (self.options["host"])
55 55
 
56 56
     ######### Entry point ########
57 57
     def get_content(self, data):