Update MainActivity.java

This commit is contained in:
FongMi 2024-02-02 09:51:25 +08:00
parent 07f71ec20f
commit dbc4c767ad
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class MainActivity extends Activity {
try { try {
Init.init(getApplicationContext()); Init.init(getApplicationContext());
spider = new Yingshiche(); spider = new Yingshiche();
spider.init(this, "{}"); spider.init(this, "");
} catch (Throwable e) { } catch (Throwable e) {
e.printStackTrace(); e.printStackTrace();
} }