Fixed SimpleExample!

This commit is contained in:
kohlerpop1
2024-01-18 10:51:03 -05:00
parent 2555edd86f
commit 7b4590d0a1

View File

@@ -41,7 +41,7 @@ import java.util.HashMap;
import java.util.logging.Level;
public class SimpleExample {
public static String TIKTOK_HOSTNAME = "dash4214";
public static String TIKTOK_HOSTNAME = "dash4114";
public static void main(String[] args) throws IOException, InterruptedException {
@@ -160,4 +160,4 @@ public class SimpleExample {
""");
}
}
}