Skip to content

Commit

Permalink
Update WorldTimeConverterGUI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
slmdnkasr committed Oct 17, 2023
1 parent 1fca745 commit ea689ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorldTimeConverterGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private String getCurrentTimeForZone(String timeZoneId) {
// Adiciona um atraso de 1 segundo (1000 milissegundos) entre as chamadas à API
Thread.sleep(2000);

String apiKey = "WMU923EWJ1HP";
String apiKey = "SUA_CHAVE_API_AQUI";
String apiUrl = "http://api.timezonedb.com/v2.1/get-time-zone";
String urlString = apiUrl + "?key=" + apiKey + "&format=json&by=zone&zone=" + timeZoneId;

Expand Down

0 comments on commit ea689ed

Please sign in to comment.