remove residual code

This commit is contained in:
Albert Yi
2019-02-25 14:46:43 -08:00
parent 90ce42a537
commit f6a11e6363
2 changed files with 1 additions and 10 deletions

View File

@@ -1,6 +1,3 @@
# http://seiga.nicovideo.jp/api/manga/info?id=376206
# http://api.search.nicovideo.jp/api/v2/manga/contents/search?
class NicoSeigaApiClient
extend Memoist
BASE_URL = "http://seiga.nicovideo.jp/api"
@@ -41,7 +38,7 @@ class NicoSeigaApiClient
mech.redirect_ok = true
mech
end
def initialize(illust_id:, user_id: nil)
@illust_id = illust_id
@user_id = user_id