Skip to content

Commit

Permalink
add url to get api key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatie1 committed Feb 5, 2022
1 parent 9089c88 commit 047880b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jatie/BeatmapDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public static boolean readConfigFile(File configFile) {

public static String enterApiKey() {
while (true) {
System.out.print("\nEnter osu! API key: ");
System.out.print("\nEnter osu! API key (get it from here https://osu.ppy.sh/p/api): ");
String thisApiKey = SCANNER.nextLine();
System.out.println("Validating API key...");
if (validateApiKey(thisApiKey)) {
Expand Down

0 comments on commit 047880b

Please sign in to comment.