Skip to content

Commit

Permalink
Fix: sankaku login issue. #66
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Aug 12, 2017
1 parent 435b5c7 commit f155756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comiccrawler/mods/sankaku.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
config = {
"cookie_cf_clearance": "Set cf_clearance",
"cookie__sankakucomplex_session": "Set _sankakucomplex_session",
"cookie_pass_hash": "Set pass_hash"
"cookie_pass_hash": "Set pass_hash",
"cookie_login": "Set login"
}

def login_check(html):
Expand Down

0 comments on commit f155756

Please sign in to comment.