= Updated utils and logging subsystem formatting
This commit is contained in:
@@ -27,7 +27,7 @@ public class CommandWolfram extends Command
|
||||
{
|
||||
File pic = new File(searcher.getWolfram(input.args));
|
||||
res.sendFile(pic, "png");
|
||||
ImageUtils.BlockingFileDelete(pic);
|
||||
ImageUtils.blockingFileDelete(pic);
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user