소스 검색

enigma2 user/password salabots

Ivars 6 년 전
부모
커밋
007f756ffc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      sources/enigma2.py

+ 2
- 2
sources/enigma2.py 파일 보기

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