Commit 2e38ee98 authored by nanahira's avatar nanahira

catchup

parent 9ea82a4b
...@@ -26,9 +26,7 @@ ssl_config = settings.modules.http.ssl; ...@@ -26,9 +26,7 @@ ssl_config = settings.modules.http.ssl;
var challonge; var challonge;
if (challonge_config.enabled) { if (challonge_config.enabled) {
challonge = require('challonge').createClient({ challonge = require('challonge').createClient(challonge_config.options);
apiKey: challonge_config.api_key
});
} }
//http长连接 //http长连接
......
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