Skip to content

Commit 61a191d

Browse files
committed
Enhanced the experience.
1 parent a6d99c0 commit 61a191d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/java/org/mangorage/mangobotgithub/core/PasteRequestModule.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,16 +194,18 @@ public static void analyzeLog(Message message) {
194194
for (String extractUrl : extractUrls(message.getContentRaw())) {
195195
System.out.println(extractUrl);
196196
var log = LinkExtractorList.LIST.fetch(extractUrl);
197-
System.out.println(log);
198197
if (log != null) {
199198
analyser.readLog(builder, log);
199+
System.out.println("Read log");
200200
}
201201
}
202202

203203
System.out.println(builder);
204204

205+
builder.append("Testing the Analyzer");
206+
205207
if (!builder.isEmpty()) {;
206-
String id;
208+
String id = null;
207209
if (PluginManager.isLoaded("mangobotsite")) {
208210
System.out.println("Uploaded to MangoBot Site");
209211
try {

0 commit comments

Comments
 (0)