Skip to content

Commit

Permalink
DanBooru & Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
narumii committed Apr 1, 2021
1 parent 3c64a21 commit 6689ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xyz/ethyr/Bootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class Bootstrap {

public static void main(String... args) throws IOException {
public static void main(String... args) {
Optional<Downloader> downloaderOptional = Optional.empty();
Scanner scanner = new Scanner(System.in);
System.out.println("HentaiDownloader created by narumi ( https://github.com/narumii )");
Expand Down

0 comments on commit 6689ce5

Please sign in to comment.