Skip to content

Commit

Permalink
Update App.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Apr 26, 2023
1 parent 5abfb92 commit e3de54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/mathieusoysal/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void main(String[] args) {
try (Roboto roboto = new Roboto()) {
checkAllEnvVariables(ENV_NAME_MAIL, ENV_NAME_PASSWORD);
roboto.connect(System.getenv(ENV_NAME_MAIL), System.getenv(ENV_NAME_PASSWORD));
while (roboto.checkinButtonIsNotPresent())
while (roboto.checkinButtonIsPresent())
roboto.refreshPage();
roboto.clickOnSubscription();
} catch (RobotoException e) {
Expand Down

0 comments on commit e3de54d

Please sign in to comment.