Commit 8ce57f3f authored by captainwong's avatar captainwong

change douban api server addr

parent 2a975515
...@@ -7,7 +7,7 @@ from cps.services.Metadata import Metadata ...@@ -7,7 +7,7 @@ from cps.services.Metadata import Metadata
class Google(Metadata): class Google(Metadata):
__name__ = "豆瓣" __name__ = "豆瓣"
__id__ = "douban" __id__ = "douban"
__url__ = "http://192.168.1.90:8085" __url__ = "http://192.168.1.168:8085"
def search(self, query, __): def search(self, query, __):
if self.active: if self.active:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment