Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Jun 13, 2019
1 parent 5d87dfe commit 2be4899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/controller/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const getExHentaiInfo = async ({
const getExhentai = async (ctx: any) => {
const browser = await puppeteer.launch({
executablePath: exHentai.executablePath,
args: exHentai.lauchArgs,
args: exHentai.launchArgs,
devtools: exHentai.devtools,
});
success('launch puppeteer');
Expand Down
2 changes: 1 addition & 1 deletion server/resource/server.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[exHentai]
href = 'https://exhentai.org/?f_cats=1001&f_search=chinese&inline_set=dm_t&page='
lauchArgs = ['--proxy-server=127.0.0.1:1080']
launchArgs = ['--proxy-server=127.0.0.1:1080']
devtools = false
executablePath = 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe'
waitTime = 4000
Expand Down

0 comments on commit 2be4899

Please sign in to comment.