Update Init.java

update
This commit is contained in:
gzlinz2
2022-10-27 09:01:33 +08:00
committed by GitHub
parent e4470a242b
commit a8f03018c4
@@ -1,6 +1,3 @@
//
// Decompiled by Jadx - 368ms
//
package com.github.catvod.spider;
import android.content.Context;
@@ -8,6 +5,6 @@ import com.github.catvod.crawler.SpiderDebug;
public class Init {
public static void init(Context context) {
SpiderDebug.log("俊哥专用,意外得到请勿外泄 谢谢");
SpiderDebug.log("嘿嘿嘿");
}
}