From ea3d719b3243013250da5808f1c02d755c1ac594 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 23 Jun 2013 19:09:07 +0200 Subject: [PATCH] Suggest on wrong dev port --- couchpotato/core/providers/movie/couchpotatoapi/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/movie/couchpotatoapi/main.py b/couchpotato/core/providers/movie/couchpotatoapi/main.py index 9c1266ce..1c12c22b 100644 --- a/couchpotato/core/providers/movie/couchpotatoapi/main.py +++ b/couchpotato/core/providers/movie/couchpotatoapi/main.py @@ -15,7 +15,7 @@ class CouchPotatoApi(MovieProvider): 'info': 'https://api.couchpota.to/info/%s/', 'is_movie': 'https://api.couchpota.to/ismovie/%s/', 'eta': 'https://api.couchpota.to/eta/%s/', - 'suggest': 'http://api.couchpota.to:3010/suggest/', + 'suggest': 'https://api.couchpota.to/suggest/', 'updater': 'https://api.couchpota.to/updater/?%s', 'messages': 'https://api.couchpota.to/messages/?%s', }